GMark This

A simple and elegant way to integrate Chrome and Google Bookmarks

ما هو GMark This؟

GMark This هو إضافة Chrome تم تطويرها بواسطة Martin Spier، والميزة الرئيسية لها هي "A simple and elegant way to integrate Chrome and Google Bookmarks".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة GMark This

قم بتنزيل ملفات الامتداد GMark This بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        GMark This is a Google Bookmarks extension for Chrome. It aims to provide a lightweight and elegant interface between Bookmarks and Chrome by providing simple ways of bookmarking new pages and searching bookmarks. Searches are also integrated with Chrome's Omnibox.                    

معلومات أساسية عن التمديد

الاسم GMark This GMark This
ID kmogdflocieilmlafdllihpnledmifbm
عنوان URL الرسمي https://chromewebstore.google.com/detail/gmark-this/kmogdflocieilmlafdllihpnledmifbm
الوصف A simple and elegant way to integrate Chrome and Google Bookmarks
حجم الملف 19.88 KB
عدد التثبيتات 467
النسخة الحالية 1.2
آخر تحديث 2012-09-26
تاريخ النشر 2012-09-26
تقييم 3.11/5 مجموع تقييمات 9
المطور Martin Spier
نوع الدفع free
موقع الإضافة http://code.google.com/p/gmark-this/
عنوان صفحة المساعدة http://code.google.com/p/gmark-this/w/list
اللغات المدعومة en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GMark This",
    "description": "A simple and elegant way to integrate Chrome and Google Bookmarks",
    "version": "1.2",
    "manifest_version": 2,
    "icons": {
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "omnibox": {
        "keyword": "gmark"
    },
    "browser_action": {
        "default_icon": "icon48.png",
        "default_title": "GMark This"
    },
    "permissions": [
        "tabs"
    ]
}