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
公式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"
    ]
}