Search Manager

Search desired keywords with 4 popular search engines.

Co je Search Manager?

Search Manager je rozšíření Chrome vyvinuté Lynn, a jeho hlavní funkcí je „Search desired keywords with 4 popular search engines.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Search Manager

Stáhněte si soubory rozšíření Search Manager ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Search Manager is a simple and lite addon that let you search for desired keywords in the New Tab Page.

You can choose your desired search engine within the new tab page. Currently there are 4 options available. You can choose from Google, Yahoo, Bing and Wikipedia. Moreover, when you type a keyword in the search area "similar keywords" are suggested based on your search term. Just click on a desired term and then click on the search button. Background image for the new tab page will also change on a daily basis automatically.

You can work with this addon, either by clicking on the "New Tab Page" or toolbar button. Both will open a new tab page with search manager UI loaded.

Note: in order to report bugs, please fill the bug report form in the addon's homepage (http://mybrowseraddon.com/search-manager.html).                    

Základní Informace o Rozšíření

Název Search Manager Search Manager
ID fldblafnjampmilcpeemopbdbgahfpoe
Oficiální URL https://chromewebstore.google.com/detail/search-manager/fldblafnjampmilcpeemopbdbgahfpoe
Popis Search desired keywords with 4 popular search engines.
Velikost souboru 373 KB
Počet instalací 711
Aktuální Verze 0.1.0
Poslední Aktualizace 2017-08-31
Datum Vydání 2017-08-30
Vývojář Lynn
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření http://mybrowseraddon.com/search-manager.html
URL Stránky Nápovědy http://mybrowseraddon.com/search-manager.html
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.0",
    "manifest_version": 2,
    "name": "Search Manager",
    "short_name": "searchmanager",
    "permissions": [
        "tabs",
        "*:\/\/*\/*",
        "storage"
    ],
    "chrome_url_overrides": {
        "newtab": "data\/override\/index.html"
    },
    "homepage_url": "http:\/\/mybrowseraddon.com\/search-manager.html",
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    },
    "description": "Search desired keywords with 4 popular search engines.",
    "browser_action": {
        "default_title": "Search Manager",
        "default_icon": {
            "16": "data\/icons\/16.png",
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        }
    },
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png"
    }
}