Keep Google Definitions

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

Keep Google Definitions là gì?

Keep Google Definitions là một tiện ích mở rộng Chrome được phát triển bởi msegling, và tính năng chính của nó là "Append all your favourite Google definitions to the default new tab page, simple and sleek.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Keep Google Definitions

Tải xuống các tệp mở rộng Keep Google Definitions dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Keep Google Definitions Keep Google Definitions
ID fdhfmjchmeblnpglmbcdaiocefpdllkk
URL Chính Thức https://chromewebstore.google.com/detail/keep-google-definitions/fdhfmjchmeblnpglmbcdaiocefpdllkk
Mô tả Append all your favourite Google definitions to the default new tab page, simple and sleek.
Kích Thước Tệp 26.89 KB
Số Lần Cài Đặt 71
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2015-12-12
Ngày Phát Hành 2015-12-12
Đánh Giá 3.50/5 Tổng số 4 Đánh Giá
Nhà Phát Triển msegling
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}