Headcanon
Extension allowing downloading AO3 and Fanfiction.net fanfics straight to your Kindle
Headcanonคืออะไร?
Headcanon เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://headcanon.fans และคุณลักษณะหลักของมันคือ "Extension allowing downloading AO3 and Fanfiction.net fanfics straight to your Kindle"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Headcanon
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
อีเมล | [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 } ] } |