FB2 Chrome Reader
Allows you to read files with the .fb2 extension in the Chrome browser.
Cos'è FB2 Chrome Reader?
FB2 Chrome Reader è un'estensione di Chrome sviluppata da reiko, e la sua funzione principale è "Allows you to read files with the .fb2 extension in the Chrome browser.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione FB2 Chrome Reader
Scarica i file di estensione FB2 Chrome Reader in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | FB2 Chrome Reader |
ID | ejlpdggljbilpbpegpemlioncoakcimk |
URL Ufficiale | https://chromewebstore.google.com/detail/fb2-chrome-reader/ejlpdggljbilpbpegpemlioncoakcimk |
Descrizione | Allows you to read files with the .fb2 extension in the Chrome browser. |
Dimensione del File | 162 KB |
Conteggio Installazioni | 26,689 |
Versione Corrente | 1.0.1 |
Ultimo Aggiornamento | 2023-08-30 |
Data di Pubblicazione | 2020-04-07 |
Valutazione | 3.35/5 Totale 62 Valutazioni |
Sviluppatore | reiko |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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": [] } |