Auto Searcher

Automate web searches using several different search engines.

Auto Searcherคืออะไร?

Auto Searcher เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Youth Molecule และคุณลักษณะหลักของมันคือ "Automate web searches using several different search engines."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Auto Searcher

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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
}