patchouli-chan: auto-sync your MAL
patchouli-chan syncs MyAnimeList with what you're reading or watching.
patchouli-chan: auto-sync your MALとは何ですか?
patchouli-chan: auto-sync your MALはMichael Huang (myh1000)によって開発されたChromeの拡張機能で、その主な機能は「patchouli-chan syncs MyAnimeList with what you're reading or watching.」です。
拡張機能のスクリーンショット
patchouli-chan: auto-sync your MAL拡張機能のCRXファイルをダウンロード
patchouli-chan: auto-sync your MAL拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
patchouli-chan is a browser extension for automatically syncing what you've read and watched with your MyAnimeList, updating your MAL without you needing to do anything. She works hard to sync everything with your MAL, really. Supported Sites - KissManga - MangaDex - MangaReader - 9anime - Batoto (RIP) --------------------- - Fix for MangaDex Go to https://github.com/myh1000/mal-autosync-manga/ for more information on supported sites as well as how to make contributions.
拡張機能の基本情報
名前 | patchouli-chan: auto-sync your MAL |
ID | dinnbkcfnmmhapafnjcknpncdonhmmlf |
公式URL | https://chromewebstore.google.com/detail/patchouli-chan-auto-sync/dinnbkcfnmmhapafnjcknpncdonhmmlf |
説明 | patchouli-chan syncs MyAnimeList with what you're reading or watching. |
ファイルサイズ | 817 KB |
インストール数 | 52 |
現在のバージョン | 1.1.4 |
最終更新日 | 2018-04-13 |
公開日 | 2018-04-13 |
評価 | 5.00/5 合計 3 レビュー |
開発者 | Michael Huang (myh1000) |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/myh1000/mal-autosync-manga |
ヘルプページのURL | https://github.com/myh1000/mal-autosync-manga/issues |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "patchouli-chan: auto-sync your MAL", "short_name": "patchouli-chan", "version": "1.1.4", "author": "myh1000", "description": "patchouli-chan syncs MyAnimeList with what you're reading or watching.", "homepage_url": "https:\/\/github.com\/myh1000\/mal-autosync-manga", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "background": { "scripts": [ "bundle.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/kissmanga.com\/*", "*:\/\/bato.to\/*", "*:\/\/9anime.is\/*", "*:\/\/mangadex.com\/*", "*:\/\/mangadex.org\/*", "*:\/\/mangareader.net\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ], "browser_action": { "default_icon": "images\/icon48.png", "default_title": "mal-scrobble", "default_popup": "popup\/popup.html" }, "permissions": [ "https:\/\/*\/*", "http:\/\/*\/*", "background", "notifications", "tabs", "storage" ] } |