Auto Searcher

Automate web searches using several different search engines.

Auto Searcher क्या है?

Auto Searcher Youth Molecule द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automate web searches using several different search engines."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Auto Searcher एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
}