Super Search

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

Super Searchとは何ですか?

Super Searchはvanessaholmes011によって開発されたChromeの拡張機能で、その主な機能は「SuperSearch - Search the web swiftly from your browser SuperSearch - Light and minimal new tab / search bar that allows you to…」です。

拡張機能のスクリーンショット

screenshot

Super Search拡張機能のCRXファイルをダウンロード

Super Search拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Super Search Super Search
ID fbanalpabncablnehfeofindocfgpcea
公式URL https://chrome.google.com/webstore/detail/super-search/fbanalpabncablnehfeofindocfgpcea
説明 SuperSearch - Search the web swiftly from your browser SuperSearch - Light and minimal new tab / search bar that allows you to…
ファイルサイズ 640 KB
インストール数 1,000
現在のバージョン 1.0.0.6
最終更新日 2022-07-15
公開日 2022-06-16
開発者 vanessaholmes011
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.super-searches.com/
ヘルプページのURL https://www.super-searches.com/pages/contact_us
プライバシーポリシーページのURL https://www.super-searches.com/pages/privacy_policy
対応言語 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"
}