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 http://invertedweb.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "(Not Chrome Bookmarks) A bookmarklet to save the current tab to your Google Bookmarks. Visit https://bookmarks.google.com."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Big G Bookmarks एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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/
सहायता पृष्ठ URL https://support.google.com/toolbar/answer/43305?topic=15364&hl=en
गोपनीयता नीति पृष्ठ URL 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
}