Go Search Extension

Search Golang std docs and third packages in your address bar instantly!

Go Search Extension क्या है?

Go Search Extension huhu.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Search Golang std docs and third packages in your address bar instantly!"।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Golang Search is a handy browser plugin to help the Golang developers searching standard docs and libraries in the address bar instantly.

We believe that your privacy is a fundamental right, hence using Golang Search will never come at the expense of your privacy.

⭐️ Features
- Search Golang standard library docs
- Search Golang libraries on https://pkg.go.dev

⭐️ How to use it
Input keyword `go` in the address bar, press `Space` to activate the search bar. Then enter any keyword to search, the extension will response the related search results instantly.

Github: https://github.com/huhu/go-search-extension
Privacy policy: https://github.com/huhu/privacy-policies/blob/master/privacy/go-search-extension.md

Should you have any feedback or suggestion, please send your message to [email protected]. We love users like you!                    

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

नाम Go Search Extension Go Search Extension
ID epanejkfcekejmmfbcpbcbigfpefbnlb
आधिकारिक URL https://chromewebstore.google.com/detail/go-search-extension/epanejkfcekejmmfbcpbcbigfpefbnlb
विवरण Search Golang std docs and third packages in your address bar instantly!
फ़ाइल का आकार 685 KB
स्थापना संख्या 1,055
वर्तमान संस्करण 0.2
अंतिम अपडेट 2020-07-03
प्रकाशन तिथि 2020-07-02
रेटिंग 4.00/5 कुल 1 रेटिंग्स
डेवलपर huhu.io
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/huhu/go-search-extension
सहायता पृष्ठ URL https://github.com/huhu/go-search-extension/issues
गोपनीयता नीति पृष्ठ URL https://huhu.io/privacy
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "core\/compat.js",
            "core\/omnibox.js",
            "core\/command\/base.js",
            "core\/command\/simple.js",
            "core\/command\/history.js",
            "core\/command\/manager.js",
            "index\/godocs.js",
            "index\/packages.js",
            "index\/awesome.js",
            "index\/others.js",
            "search\/docs.js",
            "search\/package.js",
            "search\/awesome.js",
            "command\/help.js",
            "main.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "128": "icon.png",
            "16": "icon.png",
            "48": "icon.png"
        },
        "default_popup": "popup\/index.html",
        "default_title": "Search Golang std docs and third packages in your address bar instantly!"
    },
    "content_scripts": [],
    "content_security_policy": "script-src 'self'; object-src 'self';",
    "description": "Search Golang std docs and third packages in your address bar instantly!",
    "icons": {
        "128": "icon.png",
        "16": "icon.png",
        "48": "icon.png"
    },
    "manifest_version": 2,
    "name": "Go Search Extension",
    "omnibox": {
        "keyword": "go"
    },
    "permissions": [
        "tabs"
    ],
    "version": "0.2",
    "web_accessible_resources": []
}