Insight Reader by Pueo (Beta)

The Reader extension from Insight by Pueo allows you to glance custom information regarding any word while you're reading websites.

Insight Reader by Pueo (Beta)คืออะไร?

Insight Reader by Pueo (Beta) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://insight.pueo.com และคุณลักษณะหลักของมันคือ "The Reader extension from Insight by Pueo allows you to glance custom information regarding any word while you're reading websites."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Insight Reader by Pueo (Beta)

ดาวน์โหลดไฟล์ส่วนขยาย Insight Reader by Pueo (Beta) ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        With so much data accessible online, why can’t you automatically receive relevant detail for content reading online without having to search.
Guess what? You can!

With Pueo INSIGHT Reader installed, simply click “Give me INSIGHT” and watch key terms highlight, offering you information it has available from hundreds of subscribed data sources without the need to search.

Built to behave in the same fashion as grammar-check extensions, INSIGHT Reader expands text recognize-and-return functionality to apply against any user interest (grammar, politics, sports, business, contacts, and more).

Subscribe to hundreds of libraries, select the Wikipedia data feed, or create your libraries or API connectors to quickly and easily retrieve data.

Visit https://insight.pueo.com/ to create an account and don't forget to check out our FAQ/Tips section for getting the best out of INSIGHT.

Want to get the most out of INSIGHT, visit https://insight.pueo.com to download its sister “Writer” extension, along with accompanying MS Office Add ins.

Privacy policy: https://www.pueo.com/privacy-policy-insight/                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Insight Reader by Pueo (Beta) Insight Reader by Pueo (Beta)
ID fiikadfjnpfcajcpmjdihhgomdphaolk
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/insight-reader-by-pueo-be/fiikadfjnpfcajcpmjdihhgomdphaolk
คำอธิบาย The Reader extension from Insight by Pueo allows you to glance custom information regarding any word while you're reading websites.
ขนาดไฟล์ 657 KB
จำนวนการติดตั้ง 11
เวอร์ชันปัจจุบัน 3.2.0
อัปเดตครั้งล่าสุด 2020-02-04
วันที่เผยแพร่ 2020-01-31
คะแนน 4.57/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา https://insight.pueo.com
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://www.pueo.com/privacy-policy-insight
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Insight Reader by Pueo (Beta)",
    "version": "3.2.0",
    "manifest_version": 2,
    "description": "The Reader extension from Insight by Pueo allows you to glance custom information regarding any word while you're reading websites.",
    "icons": {
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "page_action": {
        "default_icon": "images\/insight_reader.png",
        "default_title": "Insight Reader by Pueo",
        "popup": "action\/disable.html"
    },
    "background": {
        "scripts": [
            "hilight\/js\/jquery.js",
            "hilight\/js\/background.js",
            "background.js"
        ],
        "run_at": "document_start"
    },
    "permissions": [
        "tabs",
        "",
        "storage",
        "activeTab",
        "webRequest",
        "webRequestBlocking"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "scripts\/jquery-1.8.3.js",
                "js\/first.js",
                "hilight\/js\/highlighter.js",
                "hilight\/js\/content-action.js",
                "scripts\/atd.core.js",
                "scripts\/jquery.atd.js",
                "scripts\/jquery.atd.proofreader.js",
                "scripts\/jquery.atd.div.js",
                "scripts\/jquery.atd.iframe.js",
                "scripts\/widget.js",
                "scripts\/autoproof.js",
                "scripts\/atd-chrome.js",
                "src\/inject\/spelling.js",
                "js\/jquery\/jquery-ui.js",
                "scripts\/crypto-js.js"
            ],
            "css": [
                "css\/atd.css",
                "css\/highlight.css",
                "src\/inject\/spelling.css",
                "css\/jquery-ui.css"
            ],
            "all_frames": true,
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "css\/atd.css",
        "images\/*.png",
        "images\/*.jpg"
    ]
}