FB2 Chrome Reader
Allows you to read files with the .fb2 extension in the Chrome browser.
FB2 Chrome Readerคืออะไร?
FB2 Chrome Reader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย reiko และคุณลักษณะหลักของมันคือ "Allows you to read files with the .fb2 extension in the Chrome browser."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย FB2 Chrome Reader
ดาวน์โหลดไฟล์ส่วนขยาย FB2 Chrome Reader ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Now you can open and read files with the .fb2 extension in the Chrome browser. (local files). Just drag and drop your .fb2 file into your browser and read! ▶️▶️▶️To run this extension you need to: "Allow access to file URLS" in the "Extension management" tab◀️◀️◀️ Version: 1.0.1 - minor fixes
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | FB2 Chrome Reader |
ID | ejlpdggljbilpbpegpemlioncoakcimk |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/fb2-chrome-reader/ejlpdggljbilpbpegpemlioncoakcimk |
คำอธิบาย | Allows you to read files with the .fb2 extension in the Chrome browser. |
ขนาดไฟล์ | 162 KB |
จำนวนการติดตั้ง | 26,689 |
เวอร์ชันปัจจุบัน | 1.0.1 |
อัปเดตครั้งล่าสุด | 2023-08-30 |
วันที่เผยแพร่ | 2020-04-07 |
คะแนน | 3.35/5 รวมทั้งหมด 62 คะแนน |
ผู้พัฒนา | reiko |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_appName__", "short_name": "FB2 Reader", "description": "__MSG_appDesc__", "default_locale": "en", "version": "1.0.1", "icons": { "128": "logo.png" }, "action": { "default_icon": "logo.png", "default_title": "FB2 Chrome Reader", "default_popup": "index.html" }, "content_scripts": [ { "matches": [ "file:\/\/\/*.fb2" ], "run_at": "document_start", "js": [ "content.js" ], "css": [ "fonts.css", "styles.css" ] } ], "permissions": [] } |