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 |
官方網址 | 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 |
電子郵箱 | [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 } ] } |