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是由LisL開發的Chrome擴展程式,該擴展的主要功能是“Automatic search, selection and notification by keywords on the page”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Auto lights chosen words on a page擴展crx文件

下載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
官方網址 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"
    ]
}