Keep Google Definitions

Append all your favourite Google definitions to the default new tab page, simple and sleek.

Keep Google Definitions란 무엇입니까?

Keep Google Definitions은(는) msegling에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Append all your favourite Google definitions to the default new tab page, simple and sleek."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Keep Google Definitions 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Google definition keep is a free and sleek extension, aimed at improving vocabulary acquisition for all. Save your favorite Google definitions and refresh your mind later with its sleek, non intrusive, interface embedded on the default new tab page. 

Easily manage your saved content, feature your new favorite word to be first in-line and easily discard older content.

Retain knowledge and build your vocabulary, Google definition keep
 
-----------------------------------------------------------------
Please note that the new tab page must be set to default in order to use this extension.
-----------------------------------------------------------------

Developed and packaged by Marrion Egling                    

확장 프로그램 기본 정보

이름 Keep Google Definitions Keep Google Definitions
ID fdhfmjchmeblnpglmbcdaiocefpdllkk
공식 URL https://chromewebstore.google.com/detail/keep-google-definitions/fdhfmjchmeblnpglmbcdaiocefpdllkk
설명 Append all your favourite Google definitions to the default new tab page, simple and sleek.
파일 크기 26.89 KB
설치 횟수 71
현재 버전 1.2
최근 업데이트 2015-12-12
출시 날짜 2015-12-12
평점 3.50/5 총 4 개의 평점
개발자 msegling
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Keep Google Definitions",
    "version": "1.2",
    "description": "Append all your favourite Google definitions to the default new tab page, simple and sleek. ",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_icon": "video-19.png",
        "default_title": "Definition found"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "icons": {
        "48": "video-48.png",
        "128": "video-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "contentscript.js"
            ],
            "run_at": "document_idle",
            "all_frames": false
        }
    ],
    "manifest_version": 2
}