Fantom Reader

Shows article in separate popup

什麼是Fantom Reader?

Fantom Reader是由Fantom開發的Chrome擴展程式,該擴展的主要功能是“Shows article in separate popup”。

擴展截圖

screenshot

下載Fantom Reader擴展crx文件

下載Fantom Reader擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 Fantom Reader Fantom Reader
ID leckcjmnnfgfhpainbongjehdifejgik
官方網址 https://chromewebstore.google.com/detail/fantom-reader/leckcjmnnfgfhpainbongjehdifejgik
簡介 Shows article in separate popup
檔案大小 112 KB
安裝次數 18
目前版本 6.7
更新時間 2015-11-04
上架時間 2015-11-03
評分 2.67/5 共 3 次評分
開發者 Fantom
付費類型 free
支援的語言 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
}