Pensive an extensive highlighter

An extensive word highlighting tool helpful in learning new words or not miss on topics/terms of your interest go unnoticed.

Was ist Pensive an extensive highlighter?

Pensive an extensive highlighter ist eine Chrome-Erweiterung, die von http://hardiksondagar.me entwickelt wurde, und ihr Hauptmerkmal ist "An extensive word highlighting tool helpful in learning new words or not miss on topics/terms of your interest go unnoticed.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Pensive an extensive highlighter-Erweiterungs-CRX-Datei herunterladen

Laden Sie Pensive an extensive highlighter-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

                        An extensive word highlighting tool which is an ease to use. For beginners to prolific readers,It could be extremely helpful in learning new words or not miss on topics/terms of your interest go unnoticed.

Tool comes with pre-loaded lists of words that could help you prepare for competitive exams. Double click a word , press + icon to add word. The extension icon on top-right shows the number of words of your interest present on the page. Click on the icon, to make the expert use of the tool.

Features:
Add words / phrase
Manage words
Manage Lists     
Turn On/Off
Show words present on page     
Number of times each word is present                    

Grundlegende Informationen zur Erweiterung

Name Pensive an extensive highlighter Pensive an extensive highlighter
ID hpphpjjfaccabjggafeageiljmkppmla
Offizielle URL https://chrome.google.com/webstore/detail/pensive-an-extensive-high/hpphpjjfaccabjggafeageiljmkppmla
Beschreibung An extensive word highlighting tool helpful in learning new words or not miss on topics/terms of your interest go unnoticed.
Dateigröße 177 KB
Installationsanzahl 169
Aktuelle Version 1.0.3
Letztes Update 2014-06-07
Veröffentlichungsdatum 2014-06-07
Bewertung 5.00/5 Insgesamt 4 Bewertungen
Entwickler http://hardiksondagar.me
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://hardiksondagar.me/
Hilfeseite URL http://hardiksondagar.me/
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pensive an extensive highlighter",
    "short_name": "Pensive",
    "description": "An extensive word highlighting tool helpful in learning new words or not miss on topics\/terms of your interest go unnoticed.",
    "version": "1.0.3",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icon\/icon128.png"
    },
    "icons": {
        "128": "icon\/icon128.png",
        "16": "icon\/icon16.png",
        "32": "icon\/icon32.png",
        "48": "icon\/icon48.png"
    },
    "background": {
        "page": "localhost.html"
    },
    "options_page": "options.html",
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "style.css"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "tabs",
        "storage",
        "",
        "notifications",
        "unlimitedStorage"
    ]
}