Fantom Reader

Shows article in separate popup

What is Fantom Reader?

Fantom Reader is a Chrome extension developed by Fantom, and its main feature is "Shows article in separate popup".

Extension Screenshots

screenshot

Download Fantom Reader Extension CRX File

Download Fantom 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

                        Extension allows to select several text / image elements and read it in overlay popup with pleasant looking text styles.                    

Extension Basic Information

Name Fantom Reader Fantom Reader
ID leckcjmnnfgfhpainbongjehdifejgik
Official URL https://chromewebstore.google.com/detail/fantom-reader/leckcjmnnfgfhpainbongjehdifejgik
Description Shows article in separate popup
File Size 112 KB
Installation Count 18
Current Version 6.7
Last Updated 2015-11-04
Publish Date 2015-11-03
Rating 2.67/5 Total 3 Ratings
Developer Fantom
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Fantom Reader",
    "version": "6.7",
    "description": "Shows article in separate popup",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Fantom Reader - Shows article in separate popup",
        "default_icon": "19.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "fantom_reader_styles.css"
            ],
            "js": [
                "eElementSelector.js",
                "eContent.js",
                "eEventHelper.js",
                "eWebHelper.js",
                "ePopup.js",
                "utils.js",
                "jquery-2.0.3.min.js",
                "entry_point.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "icons": {
        "48": "48.png",
        "128": "128.png"
    },
    "web_accessible_resources": [
        "jquery-2.0.3.min.map",
        "resize-up.png",
        "resize-down.png"
    ],
    "manifest_version": 2
}