withub-spotlight-extension

Use WitHub Search from your browser's homepage

withub-spotlight-extension là gì?

withub-spotlight-extension là một tiện ích mở rộng Chrome được phát triển bởi https://getwithub.com, và tính năng chính của nó là "Use WitHub Search from your browser's homepage".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng withub-spotlight-extension

Tải xuống các tệp mở rộng withub-spotlight-extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên withub-spotlight-extension withub-spotlight-extension
ID cikbpecmkdjjkjbkcijfcffecfnkkhbh
URL Chính Thức https://chromewebstore.google.com/detail/withub-spotlight-extensio/cikbpecmkdjjkjbkcijfcffecfnkkhbh
Mô tả Use WitHub Search from your browser's homepage
Kích Thước Tệp 110 KB
Số Lần Cài Đặt 18
Phiên Bản Hiện Tại 6.0.3
Cập Nhật Lần Cuối 2022-11-30
Ngày Phát Hành 2021-04-14
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://getwithub.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.getwithub.com
URL Trang Trợ Giúp https://withub-hq.notion.site/WitHub-Browser-Extension-86a5990f59804eaead13b6fa975d5c2b
URL Trang Chính Sách Bảo Mật https://www.privacypolicygenerator.info/live.php?token=nnoIpRMMIk7lciwpnQ44rf9LIzPXqRyq
Ngôn Ngữ Được Hỗ Trợ 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}