Lookup Assistant

Lookup highlighted text.

Co to jest Lookup Assistant?

Lookup Assistant to rozszerzenie Chrome opracowane przez Ching Chow, a jego główną funkcją jest „Lookup highlighted text.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Lookup Assistant

Pobierz pliki rozszerzeń Lookup Assistant 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

                        Lookup Assistant enables a user to perform search and other operations on highlighted text via right-click.

* Simple and unobtrusive user interface.
* User customizable menus.                    

Podstawowe informacje o rozszerzeniu

Nazwa Lookup Assistant Lookup Assistant
ID gffkdmepjpippahnkmhellmgoinojhle
Oficjalny URL https://chromewebstore.google.com/detail/lookup-assistant/gffkdmepjpippahnkmhellmgoinojhle
Opis Lookup highlighted text.
Rozmiar pliku 396 KB
Liczba instalacji 48
Aktualna Wersja 2.1.3
Ostatnia Aktualizacja 2018-11-24
Data Publikacji 2018-11-23
Ocena 4.50/5 Łącznie 4 Oceny
Deweloper Ching Chow
Typ Płatności free
Strona Rozszerzenia https://github.com/chingc/Lookup-Assistant
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Lookup Assistant",
    "version": "2.1.3",
    "description": "Lookup highlighted text.",
    "icons": {
        "128": "assets\/icon_128.png",
        "48": "assets\/icon_48.png",
        "16": "assets\/icon_16.png"
    },
    "background": {
        "scripts": [
            "scripts.js"
        ]
    },
    "options_page": "options.html",
    "permissions": [
        "contextMenus"
    ]
}