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 |
公式URL | 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" ] } |