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
官方URL 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
}