Active Search Bar

Active Search Bar

Active Search Barとは何ですか?

Active Search Barはhttps://activesearchbar.meによって開発されたChromeの拡張機能で、その主な機能は「Active Search Bar」です。

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

screenshot

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

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

拡張機能の使用方法

                        changes the default search bar to activesearchbar.me                    

拡張機能の基本情報

名前 Active Search Bar Active Search Bar
ID pkofdnfadkamabkgjdjcddeopopbdjhg
公式URL https://chromewebstore.google.com/detail/active-search-bar/pkofdnfadkamabkgjdjcddeopopbdjhg
説明 Active Search Bar
ファイルサイズ 7.57 KB
インストール数 783
現在のバージョン 1.1.0
最終更新日 2022-10-03
公開日 2021-10-01
評価 1.06/5 合計 139 レビュー
開発者 https://activesearchbar.me
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://activesearchbar.me/privacy
対応言語 en-US
manifest.json
{
    "background": {
        "service_worker": "bg.js"
    },
    "action": {
        "default_icon": "logo128.png"
    },
    "homepage_url": "https:\/\/activesearchbar.me",
    "chrome_settings_overrides": {
        "search_provider": {
            "name": "the web",
            "keyword": "asb",
            "search_url": "https:\/\/activesearchbar.me\/search?q={searchTerms}&s=rg_om&u=%USERID%",
            "favicon_url": "https:\/\/activesearchbar.me\/assets\/searchbar\/favicon.png",
            "encoding": "UTF-8",
            "is_default": true
        }
    },
    "description": "Active Search Bar",
    "icons": {
        "128": "logo128.png"
    },
    "manifest_version": 3,
    "name": "Active Search Bar",
    "permissions": [
        "cookies",
        "storage",
        "declarativeNetRequest"
    ],
    "host_permissions": [
        "https:\/\/activesearchbar.me\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1.0"
}