forked from zhaoolee/ChromeAppHeroes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
book.json
81 lines (81 loc) · 2.51 KB
/
book.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
{
"title" : "ChromeAppHeroes",
"author": "zhaoolee",
"description" : "🌈Chrome插件英雄榜, 为优秀的Chrome插件写一本中文说明书, 让Chrome插件英雄们造福人类~ChromeAppHeroes, Write a Chinese manual for the excellent Chrome plugin, let the Chrome plugin heroes benefit the human~",
"language" : "zh-hans",
"styles": {
"website": "zh-hans/styles/website.css"
},
"plugins": ["disqus",
"github",
"3-ba",
"ga",
"github-buttons",
"-sharing", "sharing-plus",
"-lunr", "-search", "search-plus",
"splitter",
"tbfed-pagefooter",
"donate"
],
"pluginsConfig": {
"sharing": {
"douban": false,
"facebook": false,
"google": false,
"hatenaBookmark": false,
"instapaper": false,
"line": false,
"linkedin": false,
"messenger": false,
"pocket": false,
"qq": false,
"qzone": false,
"stumbleupon": false,
"twitter": false,
"viber": false,
"vk": false,
"weibo": false,
"whatsapp": false,
"all": [
"weibo","qq","qzone","google","douban"
]
},
"disqus": {
"shortName": "zhaoolee"
},
"github": {
"url": "https://github.com/zhaoolee/ChromeAppHeroes"
},
"3-ba": {
"token": "cffaa20fbe78d2ecb224270689e2da51"
},
"ga": {
"token": "UA-136591510-1"
},
"github-buttons": {
"buttons": [{
"user": "zhaoolee",
"repo": "ChromeAppHeroes",
"type": "star",
"size": "large",
"count": true
}, {
"user": "zhaoolee",
"type": "follow",
"width": "230",
"count": true
}]
},
"tbfed-pagefooter": {
"copyright":"Copyright [email protected]",
"modify_label": "该文件修订时间:",
"modify_format": "YYYY-MM-DD HH:mm:ss"
},
"donate": {
"wechat": "https://upload-images.jianshu.io/upload_images/3203841-b26e3b2967ebab82.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240",
"title": "",
"button": "咦?",
"wechatText": "微信赞赏"
}
}
}