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.

Pensive an extensive highlighter क्या है?

Pensive an extensive highlighter http://hardiksondagar.me द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An extensive word highlighting tool helpful in learning new words or not miss on topics/terms of your interest go unnoticed."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Pensive an extensive highlighter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम Pensive an extensive highlighter Pensive an extensive highlighter
ID hpphpjjfaccabjggafeageiljmkppmla
आधिकारिक URL https://chrome.google.com/webstore/detail/pensive-an-extensive-high/hpphpjjfaccabjggafeageiljmkppmla
विवरण An extensive word highlighting tool helpful in learning new words or not miss on topics/terms of your interest go unnoticed.
फ़ाइल का आकार 177 KB
स्थापना संख्या 169
वर्तमान संस्करण 1.0.3
अंतिम अपडेट 2014-06-07
प्रकाशन तिथि 2014-06-07
रेटिंग 5.00/5 कुल 4 रेटिंग्स
डेवलपर http://hardiksondagar.me
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://hardiksondagar.me/
सहायता पृष्ठ URL http://hardiksondagar.me/
समर्थित भाषाएँ 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"
    ]
}