Auto lights chosen words on a page

Automatic search, selection and notification by keywords on the page

Cos'è Auto lights chosen words on a page?

Auto lights chosen words on a page è un'estensione di Chrome sviluppata da LisL, e la sua funzione principale è "Automatic search, selection and notification by keywords on the page".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Auto lights chosen words on a page

Scarica i file di estensione Auto lights chosen words on a page in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Auto lights chosen words on a page Auto lights chosen words on a page
ID bconbeacmfpaoidhfngjdjjffjhjlfmd
URL Ufficiale https://chromewebstore.google.com/detail/auto-lights-chosen-words/bconbeacmfpaoidhfngjdjjffjhjlfmd
Descrizione Automatic search, selection and notification by keywords on the page
Dimensione del File 55.02 KB
Conteggio Installazioni 4,582
Versione Corrente 1.9
Ultimo Aggiornamento 2012-10-09
Data di Pubblicazione 2012-10-08
Valutazione 3.68/5 Totale 56 Valutazioni
Sviluppatore LisL
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}