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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
}