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
}