AO3 history
Highlights which fics you've read
AO3 historyとは何ですか?
AO3 historyはderenrichによって開発されたChromeの拡張機能で、その主な機能は「Highlights which fics you've read」です。
拡張機能のスクリーンショット
AO3 history拡張機能のCRXファイルをダウンロード
AO3 history拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
名前 | ![]() |
ID | adjnallnjkdcilcplkdnklikdnmbfjie |
公式URL | https://chrome.google.com/webstore/detail/ao3-history/adjnallnjkdcilcplkdnklikdnmbfjie |
説明 | Highlights which fics you've read |
ファイルサイズ | 3.77 KB |
インストール数 | 134 |
現在のバージョン | 0.2 |
最終更新日 | 2019-02-12 |
公開日 | 2019-02-12 |
評価 | 1.00/5 合計 1 レビュー |
開発者 | derenrich |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "browser_specific_settings": { "gecko": { "id": "[email protected]", "strict_min_version": "42.0" } }, "manifest_version": 2, "name": "AO3 history", "version": "0.2", "description": "Highlights which fics you've read", "content_scripts": [ { "matches": [ "*:\/\/*.archiveofourown.org\/*" ], "js": [ "history.js" ] } ], "permissions": [ "unlimitedStorage", "*:\/\/*.archiveofourown.org\/*", "storage" ] } |