Auto lights chosen words on a page

Automatic search, selection and notification by keywords on the page

Was ist Auto lights chosen words on a page?

Auto lights chosen words on a page ist eine Chrome-Erweiterung, die von LisL entwickelt wurde, und ihr Hauptmerkmal ist "Automatic search, selection and notification by keywords on the page".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Auto lights chosen words on a page-Erweiterungs-CRX-Datei herunterladen

Laden Sie Auto lights chosen words on a page-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Auto lights chosen words on a page Auto lights chosen words on a page
ID bconbeacmfpaoidhfngjdjjffjhjlfmd
Offizielle URL https://chromewebstore.google.com/detail/auto-lights-chosen-words/bconbeacmfpaoidhfngjdjjffjhjlfmd
Beschreibung Automatic search, selection and notification by keywords on the page
Dateigröße 55.02 KB
Installationsanzahl 4,582
Aktuelle Version 1.9
Letztes Update 2012-10-09
Veröffentlichungsdatum 2012-10-08
Bewertung 3.68/5 Insgesamt 56 Bewertungen
Entwickler LisL
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}