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