Marvel Unlimited Series
Add a button on comic series' page from marvel.com, to allow you to add the whole series to your Marvel Unlimited library
Marvel Unlimited Seriesとは何ですか?
Marvel Unlimited SeriesはSnoskyによって開発されたChromeの拡張機能で、その主な機能は「Add a button on comic series' page from marvel.com, to allow you to add the whole series to your Marvel Unlimited library」です。
拡張機能のスクリーンショット
Marvel Unlimited Series拡張機能のCRXファイルをダウンロード
Marvel Unlimited Series拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Tired of having to add comics one by one in your library ? This extension add a button on comic series' and events page from marvel.com, to allow you to add all related issues to your library GitHub: https://github.com/Snosky/marvel-unlimited-series
拡張機能の基本情報
名前 | Marvel Unlimited Series |
ID | onoekiemmcckeimlfhenofalncmkedbg |
公式URL | https://chromewebstore.google.com/detail/marvel-unlimited-series/onoekiemmcckeimlfhenofalncmkedbg |
説明 | Add a button on comic series' page from marvel.com, to allow you to add the whole series to your Marvel Unlimited library |
ファイルサイズ | 13.32 KB |
インストール数 | 455 |
現在のバージョン | 1.3.2 |
最終更新日 | 2022-08-05 |
公開日 | 2020-06-16 |
評価 | 5.00/5 合計 3 レビュー |
開発者 | Snosky |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/Snosky/marvel-unlimited-series |
ヘルプページのURL | https://github.com/Snosky/marvel-unlimited-series/issues |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Marvel Unlimited Series", "short_name": "MUS", "version": "1.3.2", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "description": "Add a button on comic series' page from marvel.com, to allow you to add the whole series to your Marvel Unlimited library", "manifest_version": 2, "permissions": [ "https:\/\/www.marvel.com\/" ], "content_scripts": [ { "js": [ "script.js" ], "matches": [ "https:\/\/www.marvel.com\/comics\/series\/*", "https:\/\/www.marvel.com\/comics\/events\/*" ] } ] } |