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
官方網址 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
電子郵箱 [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
}