-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbookmarks.json
126 lines (126 loc) · 2.62 KB
/
bookmarks.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
{
"red": {
"0": {
"title": "LaTeX Notes",
"url": "https://tex.japorized.ink"
},
"1": {
"title": "Desmos",
"url": "https://www.desmos.com/calculator"
},
"2": {
"title": "Geogebra",
"url": "https://www.geogebra.org/graphing"
},
"3": {
"title": "Mathcha",
"url": "https://www.mathcha.io/editor"
},
"4": {
"title": "Lib",
"url": "https://www.lib.uwaterloo.ca"
},
"5": {
"title": "Portal",
"url": "https://portal.uwaterloo.ca"
},
"6": {
"title": "Learn",
"url": "https://learn.uwaterloo.ca"
},
"7": {
"title": "Detexity",
"url": "http://detexify.kirelabs.org/classify.html"
}
},
"blue": {
"0": {
"title": "kitsu.io",
"url": "https://kitsu.io"
}
},
"magenta": {
"0": {
"title": "GitLab",
"url": "https://gitlab.com"
},
"1": {
"title": "GitHub",
"url": "https://github.com"
},
"2": {
"title": "/r/unixporn",
"url": "https://reddit.com/r/unixporn"
},
"3": {
"title": "Crates.io",
"url": "https://crates.io"
},
"4": {
"title": "DevDocs",
"url": "https://devdocs.io/"
}
},
"cyan": {
"0": {
"title": "ATP",
"url": "http://atp.fm/"
},
"1": {
"title": "The Menu Bar",
"url": "https://www.themenu.bar/"
},
"2": {
"title": "Macintosh",
"url": "https://www.macintosh.fm/"
},
"3": {
"title": "Linux Unplugged",
"url": "http://linuxunplugged.com/"
}
},
"yellow": {
"0": {
"title": "Pocket",
"url": "https://getpocket.com"
},
"1": {
"title": "devRant",
"url": "https://devrant.io"
},
"2": {
"title": "<span class='fab fa-twitter'></span>",
"url": "https://twitter.com"
},
"3": {
"title": "<span class='fab fa-whatsapp'></span>",
"url": "https://web.whatsapp.com"
},
"4": {
"title": "<span class='fab fa-telegram'></span>",
"url": "https://web.telegram.org"
},
"5": {
"title": "<span class='fab fa-facebook-messenger'></span>",
"url": "https://mbasic.facebook.com/messages"
}
},
"green": {
"0": {
"title": "/r/houkai3rd",
"url": "https://reddit.com/r/houkai3rd"
},
"1": {
"title": "Game8 崩壊3rd攻略",
"url": "https://game8.jp/houkai3rd"
},
"2": {
"title": "Gamewith プリコネ:ReDive攻略",
"url": "https://gamewith.jp/pricone-re/"
},
"3": {
"title": "Humble Bundle",
"url": "https://www.humblebundle.com"
}
}
}