Many search engines

Select the search engine and find everything you need. Easy to use, there is a quick search.

Vad är Many search engines?

Many search engines är en Chrome-tillägg utvecklad av svitolinalida88, och dess huvudfunktion är "Select the search engine and find everything you need. Easy to use, there is a quick search.".

Tilläggsskärmbilder

screenshot

Ladda ner Many search engines-förlängningens CRX-fil

Ladda ner Many search engines-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Install the extension and you get number of advantages over the other search engines! Many search engines does not track users, it is not loaded with ads and has a number of very nice features.                    

Grundläggande Information om Tillägg

Namn Many search engines Many search engines
ID hkbdimhkhlphaekppobhboienpeppiop
Officiell webbadress https://chromewebstore.google.com/detail/many-search-engines/hkbdimhkhlphaekppobhboienpeppiop
Beskrivning Select the search engine and find everything you need. Easy to use, there is a quick search.
Filstorlek 69.35 KB
Antal Installationer 1,225
Aktuell Version 1.0.7
Senast Uppdaterad 2018-06-01
Publiceringsdatum 2018-06-01
Betyg 4.50/5 Totalt 4 Betyg
Utvecklare svitolinalida88
Betalningssätt free
Stödda Språk en,ru,uk
manifest.json
{
    "default_locale": "en",
    "name": "__MSG_nameExt__",
    "short_name": "__MSG_shortNameExt__",
    "description": "__MSG_descriptionExt__",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "version": "1.0.7",
    "background": {
        "persistent": true,
        "page": "background.html"
    },
    "browser_action": {
        "default_title": "__MSG_nameExt__",
        "default_icon": "icons\/icon32.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end",
            "css": [
                "styles\/content.css"
            ],
            "js": [
                "scripts\/extDev.js",
                "scripts\/content.js"
            ]
        }
    ],
    "options_ui": {
        "open_in_tab": false,
        "page": "options.html"
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/",
        "storage",
        "webRequest",
        "contextMenus",
        "webRequestBlocking"
    ],
    "web_accessible_resources": [
        "images\/*.png"
    ],
    "manifest_version": 2
}