GButton

This extension opens a listing of useful google sites.

GButton क्या है?

GButton http://rajbhadra.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension opens a listing of useful google sites."।

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

screenshot

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

crx प्रारूप में GButton एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        This extension makes accessing commonly used google services easier. Unlike the icon on google sites which gives you quick access to google services, this extension will be of use while on any site. It has shortcuts for google plus, google search, youtube, google maps, google play, google news, gmail, google drive and google calendar. On clicking the sites open in a new tab.                    

एक्सटेंशन की मूल जानकारी

नाम GButton GButton
ID hehofmbhkkanpebjgnbkhmbcghomkehg
आधिकारिक URL https://chrome.google.com/webstore/detail/gbutton/hehofmbhkkanpebjgnbkhmbcghomkehg
विवरण This extension opens a listing of useful google sites.
फ़ाइल का आकार 17.17 KB
स्थापना संख्या 23
वर्तमान संस्करण 2
अंतिम अपडेट 2014-07-07
प्रकाशन तिथि 2014-07-07
रेटिंग 5.00/5 कुल 4 रेटिंग्स
डेवलपर http://rajbhadra.com
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http:www.rajbhadra.com
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "GButton",
    "short_name": "Gbar",
    "description": "This extension opens a listing of useful google sites.",
    "version": "2",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'"
}