Big G Bookmarks

(Not Chrome Bookmarks) A bookmarklet to save the current tab to your Google Bookmarks. Visit https://bookmarks.google.com.

ما هو Big G Bookmarks؟

Big G Bookmarks هو إضافة Chrome تم تطويرها بواسطة http://invertedweb.com، والميزة الرئيسية لها هي "(Not Chrome Bookmarks) A bookmarklet to save the current tab to your Google Bookmarks. Visit https://bookmarks.google.com.".

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

screenshot

تحميل ملف CRX للإضافة Big G Bookmarks

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

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

                        This extension will add a Google Bookmarks bookmarklet to your Chrome so you can easily save sites to your Google Bookmarks (not Chrome Bookmarks). Visit https://bookmarks.google.com to view and manage your Google Bookmarks.                    

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

الاسم Big G Bookmarks Big G Bookmarks
ID gjcchfkkfhgibgiealbeedbkchipfcjd
عنوان URL الرسمي https://chrome.google.com/webstore/detail/big-g-bookmarks/gjcchfkkfhgibgiealbeedbkchipfcjd
الوصف (Not Chrome Bookmarks) A bookmarklet to save the current tab to your Google Bookmarks. Visit https://bookmarks.google.com.
حجم الملف 19.69 KB
عدد التثبيتات 50
النسخة الحالية 1.0
آخر تحديث 2015-06-17
تاريخ النشر 2015-06-17
تقييم 4.33/5 مجموع تقييمات 3
المطور http://invertedweb.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.google.com/bookmarks/
عنوان صفحة المساعدة https://support.google.com/toolbar/answer/43305?topic=15364&hl=en
عنوان صفحة سياسة الخصوصية https://inverted.com/privacy.html
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "google-bookmarks.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon-128.png",
        "default_title": "Big G Bookmarks"
    },
    "name": "Big G Bookmarks",
    "description": "(Not Chrome Bookmarks) A bookmarklet to save the current tab to your Google Bookmarks. Visit https:\/\/bookmarks.google.com.",
    "homepage_url": "http:\/\/www.invertedweb.com",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "1.0",
    "manifest_version": 2
}