Headcanon
Extension allowing downloading AO3 and Fanfiction.net fanfics straight to your Kindle
Headcanonとは何ですか?
Headcanonはhttps://headcanon.fansによって開発されたChromeの拡張機能で、その主な機能は「Extension allowing downloading AO3 and Fanfiction.net fanfics straight to your Kindle」です。
拡張機能のスクリーンショット
Headcanon拡張機能のCRXファイルをダウンロード
Headcanon拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
With this extension you can download fanfics from Archive Of Our Own (AO3) directly to your Kindle device (or any email address)
拡張機能の基本情報
名前 | Headcanon |
ID | cepickgijpghkhpjgggdhnhaffodnkib |
公式URL | https://chromewebstore.google.com/detail/headcanon/cepickgijpghkhpjgggdhnhaffodnkib |
説明 | Extension allowing downloading AO3 and Fanfiction.net fanfics straight to your Kindle |
ファイルサイズ | 101 KB |
インストール数 | 61 |
現在のバージョン | 0.7.0 |
最終更新日 | 2023-06-11 |
公開日 | 2022-07-10 |
評価 | 4.50/5 合計 2 レビュー |
開発者 | https://headcanon.fans |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://headcanon.fans |
プライバシーポリシーページのURL | https://headcanon.fans/privacypolicy |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Headcanon", "description": "Extension allowing downloading AO3 and Fanfiction.net fanfics straight to your Kindle", "version": "0.7.0", "manifest_version": 3, "icons": { "16": "logo.png", "48": "logo.png", "128": "logo.png" }, "action": { "default_popup": "index.html" }, "permissions": [ "tabs", "storage" ], "content_scripts": [ { "js": [ "assets\/content-script-loader.ao3.ts.2ea091fa.f47b131f.js" ], "matches": [ "https:\/\/archiveofourown.org\/*" ] }, { "js": [ "assets\/content-script-loader.fanfictionnet.ts.4dbb8b3a.13074992.js" ], "matches": [ "https:\/\/www.fanfiction.net\/*" ] } ], "web_accessible_resources": [ { "matches": [ "https:\/\/archiveofourown.org\/*" ], "resources": [ "assets\/ao3.ts.2ea091fa.js" ], "use_dynamic_url": true }, { "matches": [ "https:\/\/www.fanfiction.net\/*" ], "resources": [ "assets\/fanfictionnet.ts.4dbb8b3a.js" ], "use_dynamic_url": true } ] } |