Fantom Reader

Shows article in separate popup

Wat is Fantom Reader?

Fantom Reader is een Chrome-extensie ontwikkeld door Fantom, en de belangrijkste functie is "Shows article in separate popup".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Fantom Reader

Download Fantom Reader-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Fantom Reader Fantom Reader
ID leckcjmnnfgfhpainbongjehdifejgik
Officiële URL https://chromewebstore.google.com/detail/fantom-reader/leckcjmnnfgfhpainbongjehdifejgik
Beschrijving Shows article in separate popup
Bestandsgrootte 112 KB
Aantal Installaties 18
Huidige Versie 6.7
Laatst Bijgewerkt 2015-11-04
Publicatiedatum 2015-11-03
Beoordeling 2.67/5 Totaal 3 Beoordelingen
Ontwikkelaar Fantom
Betalingswijze free
Ondersteunde Talen 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
}