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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "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

Pensive an extensive highlighter 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    ]
}