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