FB2 Chrome Reader

Allows you to read files with the .fb2 extension in the Chrome browser.

What is FB2 Chrome Reader?

FB2 Chrome Reader is a Chrome extension developed by reiko, and its main feature is "Allows you to read files with the .fb2 extension in the Chrome browser.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Download FB2 Chrome Reader Extension CRX File

Download FB2 Chrome Reader extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name FB2 Chrome Reader FB2 Chrome Reader
ID ejlpdggljbilpbpegpemlioncoakcimk
Official URL https://chromewebstore.google.com/detail/fb2-chrome-reader/ejlpdggljbilpbpegpemlioncoakcimk
Description Allows you to read files with the .fb2 extension in the Chrome browser.
File Size 162 KB
Installation Count 26,689
Current Version 1.0.1
Last Updated 2023-08-30
Publish Date 2020-04-07
Rating 3.35/5 Total 62 Ratings
Developer reiko
Email [email protected]
Payment Type free
Supported Languages 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": []
}