withub-spotlight-extension

Use WitHub Search from your browser's homepage

withub-spotlight-extension क्या है?

withub-spotlight-extension https://getwithub.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Use WitHub Search from your browser's homepage"।

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

screenshot

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

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

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

                        Remember the last time you had to find that one important piece of information that you thought you had seen somewhere, but were left helplessly searching through all your apps one by one. 


WitHub is context rich search that finds what you need across all your company’s apps from one minimal search bar — tucked neatly into your existing workflow.                    

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

नाम withub-spotlight-extension withub-spotlight-extension
ID cikbpecmkdjjkjbkcijfcffecfnkkhbh
आधिकारिक URL https://chromewebstore.google.com/detail/withub-spotlight-extensio/cikbpecmkdjjkjbkcijfcffecfnkkhbh
विवरण Use WitHub Search from your browser's homepage
फ़ाइल का आकार 110 KB
स्थापना संख्या 18
वर्तमान संस्करण 6.0.3
अंतिम अपडेट 2022-11-30
प्रकाशन तिथि 2021-04-14
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर https://getwithub.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.getwithub.com
सहायता पृष्ठ URL https://withub-hq.notion.site/WitHub-Browser-Extension-86a5990f59804eaead13b6fa975d5c2b
गोपनीयता नीति पृष्ठ URL https://www.privacypolicygenerator.info/live.php?token=nnoIpRMMIk7lciwpnQ44rf9LIzPXqRyq
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "withub-spotlight-extension",
    "version": "6.0.3",
    "description": "Use WitHub Search from your browser's homepage",
    "background": {
        "service_worker": "src\/pages\/background\/index.js"
    },
    "action": {
        "default_popup": "src\/pages\/popup\/index.html",
        "default_icon": "icon-34.png"
    },
    "chrome_url_overrides": {
        "newtab": "src\/pages\/newtab\/index.html"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "permissions": [
        "topSites"
    ],
    "devtools_page": "src\/pages\/devtools\/index.html",
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/js\/*.js",
                "assets\/css\/*.css",
                "icon-128.png",
                "icon-34.png"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}