Fantom Reader

Shows article in separate popup

Fantom Readerคืออะไร?

Fantom Reader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Fantom และคุณลักษณะหลักของมันคือ "Shows article in separate popup"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Fantom Reader

ดาวน์โหลดไฟล์ส่วนขยาย 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
}