XKCD+R
Display Reddit's best comments along XKCD strips!
什麼是XKCD+R?
XKCD+R是由Florian Laurent開發的Chrome擴展程式,該擴展的主要功能是“Display Reddit's best comments along XKCD strips!”。
擴展截圖
下載XKCD+R擴展crx文件
下載XKCD+R擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
When browsing XKCD.com, this extension gets the best Reddit comments for each strip and displays them along the comic.
Extension by Florian Laurent
Original logo design by Q
Source: https://github.com/MasterScrat/XKCDR 擴展基本資訊
| 名稱 | |
| ID | kjfdpkjdjiefealdecjlgeogjbklhmgi |
| 官方網址 | https://chromewebstore.google.com/detail/xkcd+r/kjfdpkjdjiefealdecjlgeogjbklhmgi |
| 簡介 | Display Reddit's best comments along XKCD strips! |
| 檔案大小 | 98.51 KB |
| 安裝次數 | 129 |
| 目前版本 | 0.0.13 |
| 更新時間 | 2015-11-01 |
| 上架時間 | 2015-11-01 |
| 評分 | 3.67/5 共 3 次評分 |
| 開發者 | Florian Laurent |
| 付費類型 | free |
| 支援的語言 | en-US |
| manifest.json | |
{
"background": {
"persistent": false,
"scripts": [
"src\/bg\/background.js"
]
},
"content_scripts": [
{
"css": [],
"js": [
"src\/inject\/inject.js",
"js\/jquery\/jquery.js"
],
"matches": [
"*:\/\/xkcd.com\/*"
]
}
],
"content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
"description": "Display Reddit's best comments along XKCD strips!",
"icons": {
"128": "icons\/icon128.png",
"16": "icons\/icon16.png",
"48": "icons\/icon48.png"
},
"manifest_version": 2,
"name": "XKCD+R",
"page_action": {
"default_icon": "icons\/icon38.png",
"default_title": "XKCD+R"
},
"permissions": [
"tabs",
"storage",
"*:\/\/xkcd.com\/*"
],
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "0.0.13"
} | |