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文件

下载Keep Google Definitions扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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
}