Search it

Searchs selected text

Co to jest Search it?

Search it to rozszerzenie Chrome opracowane przez Eretin Oleg, a jego główną funkcją jest „Searchs selected text”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Search it

Pobierz pliki rozszerzeń Search it w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Allows to search selected on web page text. Key features:
- search engine switcher
- support shortcut Ctrl+Q
- localized for 2 locales: EN and RU                    

Podstawowe informacje o rozszerzeniu

Nazwa Search it Search it
ID dljiekeckiiiccopfmkfhdegdenbabln
Oficjalny URL https://chrome.google.com/webstore/detail/search-it/dljiekeckiiiccopfmkfhdegdenbabln
Opis Searchs selected text
Rozmiar pliku 16.92 KB
Liczba instalacji 15
Aktualna Wersja 0.1
Ostatnia Aktualizacja 2016-02-13
Data Publikacji 2016-02-13
Ocena 5.00/5 Łącznie 3 Oceny
Deweloper Eretin Oleg
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "version": "0.1",
    "default_locale": "en",
    "permissions": [
        "contextMenus",
        "tabs",
        "activeTab",
        "storage"
    ],
    "background": {
        "scripts": [
            "logic.js"
        ]
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "commands": {
        "searchIt": {
            "suggested_key": {
                "default": "Ctrl+Q"
            },
            "description": "Search it shortcut"
        }
    },
    "options_ui": {
        "page": "options\/options.html",
        "chrome_style": true
    }
}