Keep Google Definitions

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

Keep Google Definitionsคืออะไร?

Keep Google Definitions เป็นส่วนขยายของ Chrome ที่พัฒนาโดย msegling และคุณลักษณะหลักของมันคือ "Append all your favourite Google definitions to the default new tab page, simple and sleek."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Keep Google Definitions

ดาวน์โหลดไฟล์ส่วนขยาย 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
}