withub-spotlight-extension

Use WitHub Search from your browser's homepage

什麼是withub-spotlight-extension?

withub-spotlight-extension是由https://getwithub.com開發的Chrome擴展程式,該擴展的主要功能是“Use WitHub Search from your browser's homepage”。

擴展截圖

screenshot

下載withub-spotlight-extension擴展crx文件

下載withub-spotlight-extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}