Auto lights chosen words on a page

Automatic search, selection and notification by keywords on the page

Auto lights chosen words on a pageคืออะไร?

Auto lights chosen words on a page เป็นส่วนขยายของ Chrome ที่พัฒนาโดย LisL และคุณลักษณะหลักของมันคือ "Automatic search, selection and notification by keywords on the page"

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Auto lights chosen words on a page

ดาวน์โหลดไฟล์ส่วนขยาย Auto lights chosen words on a page ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Very easy to setup and easy to use extension. Simply specify a comma-separated words and phrases, and you will not miss them on the page you are viewing. Color selection of your words or phrases, balloon, voice notification.                    

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

ชื่อ Auto lights chosen words on a page Auto lights chosen words on a page
ID bconbeacmfpaoidhfngjdjjffjhjlfmd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/auto-lights-chosen-words/bconbeacmfpaoidhfngjdjjffjhjlfmd
คำอธิบาย Automatic search, selection and notification by keywords on the page
ขนาดไฟล์ 55.02 KB
จำนวนการติดตั้ง 4,582
เวอร์ชันปัจจุบัน 1.9
อัปเดตครั้งล่าสุด 2012-10-09
วันที่เผยแพร่ 2012-10-08
คะแนน 3.68/5 รวมทั้งหมด 56 คะแนน
ผู้พัฒนา LisL
ประเภทการชำระเงิน free
ภาษาที่รองรับ en,ru
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "version": "1.9",
    "manifest_version": 2,
    "minimum_chrome_version": "20",
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "browser_action": {
        "default_icon": "pic\/icon_1616.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "contextMenus",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "notifications",
        "tts"
    ],
    "options_page": "options.html",
    "icons": {
        "16": "pic\/icon_1616.png",
        "48": "pic\/icon_4848.png",
        "128": "pic\/icon_128128.png"
    },
    "web_accessible_resources": [
        "pic\/link.png",
        "pic\/bg.png",
        "pic\/icon_4848.png"
    ]
}