Super Search

SuperSearch - Search the web swiftly from your browser SuperSearch - Light and minimal new tab / search bar that allows you to…

Super Search là gì?

Super Search là một tiện ích mở rộng Chrome được phát triển bởi vanessaholmes011, và tính năng chính của nó là "SuperSearch - Search the web swiftly from your browser SuperSearch - Light and minimal new tab / search bar that allows you to…".

Ả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 Super Search

Tải xuống các tệp mở rộng Super Search 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

                        SuperSearch - Search the web swiftly from your browser
SuperSearch - Light and minimal new tab / search bar that allows you to search swiftly by text and navigate easily to your favorite, recently visited sites.

For more information please visit: https://www.super-searches.com/
Please leave us a 5 start review!

By clicking "Add to chrome" you accept and agree to installing the SuperSearch Chrome extension, and setting Chrome® New Tab search to that provided by the service and the Terms of Use at https://www.super-searches.com/pages/terms_of_use
and privacy policy at https://www.super-searches.com/pages/privacy_policy.

The extension will update your new-tab search and will change your search engine to be powered by Microsoft Bing.                    

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

Tên Super Search Super Search
ID fbanalpabncablnehfeofindocfgpcea
URL Chính Thức https://chrome.google.com/webstore/detail/super-search/fbanalpabncablnehfeofindocfgpcea
Mô tả SuperSearch - Search the web swiftly from your browser SuperSearch - Light and minimal new tab / search bar that allows you to…
Kích Thước Tệp 640 KB
Số Lần Cài Đặt 1,000
Phiên Bản Hiện Tại 1.0.0.6
Cập Nhật Lần Cuối 2022-07-15
Ngày Phát Hành 2022-06-16
Nhà Phát Triển vanessaholmes011
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.super-searches.com/
URL Trang Trợ Giúp https://www.super-searches.com/pages/contact_us
URL Trang Chính Sách Bảo Mật https://www.super-searches.com/pages/privacy_policy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Super Search",
    "version": "1.0.0.6",
    "manifest_version": 3,
    "description": "",
    "homepage_url": "https:\/\/www.super-searches.com",
    "action": {
        "default_icon": {
            "16": "img\/16.png",
            "32": "img\/32.png",
            "48": "img\/48.png",
            "128": "img\/128.png"
        }
    },
    "icons": {
        "16": "img\/16.png",
        "32": "img\/32.png",
        "48": "img\/48.png",
        "96": "img\/96.png",
        "128": "img\/128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "chrome_url_overrides": {
        "newtab": "static\/html\/override.html"
    },
    "permissions": [
        "topSites",
        "storage",
        "alarms"
    ],
    "short_name": "supersearch"
}