MangaUpdates+
Adds extra functionality to the manga updates site.
什麼是MangaUpdates+?
MangaUpdates+是由ExPixel開發的Chrome擴展程式,該擴展的主要功能是“Adds extra functionality to the manga updates site.”。
擴展截圖
下載MangaUpdates+擴展crx文件
下載MangaUpdates+擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Add extra functionality to http://mangaupdates.com with MangaUpdates+. Currently the extension allows viewing of a series' information simply by hovering over any link that points to a series, and also receiving notifications about new chapters being released. 擴展基本資訊
| 名稱 | |
| ID | dnfmdpgojcihahimcfhcajlloabbokgg |
| 官方網址 | https://chrome.google.com/webstore/detail/mangaupdates+/dnfmdpgojcihahimcfhcajlloabbokgg |
| 簡介 | Adds extra functionality to the manga updates site. |
| 檔案大小 | 158 KB |
| 安裝次數 | 44 |
| 目前版本 | 0.0.2 |
| 更新時間 | 2014-08-11 |
| 上架時間 | 2014-08-11 |
| 評分 | 4.67/5 共 3 次評分 |
| 開發者 | ExPixel |
| 付費類型 | free |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "MangaUpdates+",
"version": "0.0.2",
"manifest_version": 2,
"description": "Adds extra functionality to the manga updates site.",
"icons": {
"16": "icons\/mplus16.png",
"48": "icons\/mplus48.png",
"128": "icons\/mplus128.png"
},
"default_locale": "en",
"background": {
"scripts": [
"src\/bg\/background.js"
],
"persistent": true
},
"permissions": [
"contentSettings",
"notifications",
"storage",
"tabs",
"alarms",
"https:\/\/*.mangaupdates.com\/*"
],
"content_scripts": [
{
"matches": [
"https:\/\/*.mangaupdates.com\/*"
],
"css": [
"css\/bootstrap\/bootstrap.css",
"css\/main.css",
"src\/inject\/inject.css"
]
},
{
"matches": [
"https:\/\/*.mangaupdates.com\/*"
],
"js": [
"js\/jquery\/jquery.min.js",
"js\/bootstrap\/bootstrap.min.js",
"src\/inject\/inject.js"
]
}
],
"web_accessible_resources": [
"js\/jquery\/jquery.min.js",
"icons\/mplus16.png",
"icons\/mplus32.png",
"icons\/mplus48.png",
"icons\/mplus64.png",
"icons\/ajax-loader.gif"
]
} | |