Auto Searcher

Automate web searches using several different search engines.

Auto Searcherとは何ですか?

Auto SearcherはYouth Moleculeによって開発されたChromeの拡張機能で、その主な機能は「Automate web searches using several different search engines.」です。

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

screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        The Auto Searcher extension is used to automate web searches. 

Automatic searches can be done using custom search terms in several search engines. The available search engines include Bing, DuckDuckGo, Google, Presearch, Twitter, Yahoo, and Yandex.

Simply click the Auto Search button and the extension will initiate an automatic search using the search terms list specified on the options page.

Some uses for automated searches include monitoring brand perception and checking the latest news.

Please rate and review. 
Any feedback or suggestions can also be emailed to [email protected].                    

拡張機能の基本情報

名前 Auto Searcher Auto Searcher
ID hhggekcjcdgenbgejmkhineppclnkbkn
公式URL https://chromewebstore.google.com/detail/auto-searcher/hhggekcjcdgenbgejmkhineppclnkbkn
説明 Automate web searches using several different search engines.
ファイルサイズ 45.36 KB
インストール数 11,820
現在のバージョン 1.7.0
最終更新日 2022-06-27
公開日 2020-02-08
評価 3.86/5 合計 21 レビュー
開発者 Youth Molecule
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Auto Searcher",
    "version": "1.7.0",
    "description": "Automate web searches using several different search engines.",
    "permissions": [
        "storage",
        "background",
        "tabs",
        "webNavigation"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "options_page": "options.html",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/auto_search_logo16.png",
            "32": "images\/auto_search_logo32.png",
            "48": "images\/auto_search_logo48.png",
            "128": "images\/auto_search_logo128.png"
        }
    },
    "icons": {
        "16": "images\/auto_search_logo16.png",
        "32": "images\/auto_search_logo32.png",
        "48": "images\/auto_search_logo48.png",
        "128": "images\/auto_search_logo128.png"
    },
    "manifest_version": 2
}