GOTO

GOTO helps you navigate through all your most favorite websites.

GOTO क्या है?

GOTO Alexis Fasquel द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "GOTO helps you navigate through all your most favorite websites."।

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

screenshot
screenshot
screenshot

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

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

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

                        GOTO helps you navigate through all your most favorite websites. It allows to create ‘textual’ shortcuts that you can use directly within the url bar.
Check out the website!                    

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

नाम GOTO GOTO
ID pljepflhkcffielbfnbbmhhfpekpcjmf
आधिकारिक URL https://chromewebstore.google.com/detail/goto/pljepflhkcffielbfnbbmhhfpekpcjmf
विवरण GOTO helps you navigate through all your most favorite websites.
फ़ाइल का आकार 256 KB
स्थापना संख्या 24
वर्तमान संस्करण 1.0
अंतिम अपडेट 2014-11-30
प्रकाशन तिथि 2014-11-30
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर Alexis Fasquel
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://alexisfasquel.github.io/goto/
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "GOTO",
    "description": "GOTO helps you navigate through all your most favorite websites.",
    "version": "1.0",
    "author": "Alexis Fasquel ",
    "homepage_url": "http:\/\/alexisfasquel.github.io\/goto",
    "permissions": [
        "tabs",
        "*:\/\/*\/",
        "webRequest",
        "webRequestBlocking",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "res\/goto48.png",
            "48": "res\/goto48.png"
        },
        "default_title": "GoTo",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "res\/goto128.png",
        "48": "res\/goto48.png"
    }
}