Search Google Image

Search Google Image for the selected text

Co to jest Search Google Image?

Search Google Image to rozszerzenie Chrome opracowane przez Quy Nguyen, a jego główną funkcją jest „Search Google Image for the selected text”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Search Google Image

Pobierz pliki rozszerzeń Search Google Image 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

                        Search Google Image for the selected text. When you are learning, photos and images are the best way to put things into your memory. Looking up for the related images increases chance of remembering new terms in long term.                    

Podstawowe informacje o rozszerzeniu

Nazwa Search Google Image Search Google Image
ID kklenaehmadokmlmbehblimejakphfae
Oficjalny URL https://chrome.google.com/webstore/detail/search-google-image/kklenaehmadokmlmbehblimejakphfae
Opis Search Google Image for the selected text
Rozmiar pliku 111 KB
Liczba instalacji 1,678
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2018-01-01
Data Publikacji 2018-01-01
Ocena 4.20/5 Łącznie 5 Oceny
Deweloper Quy Nguyen
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Search Google Image",
    "version": "1.1",
    "manifest_version": 2,
    "description": "Search Google Image for the selected text",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "background": {
        "scripts": [
            "google_image.js"
        ]
    },
    "permissions": [
        "activeTab",
        "contextMenus"
    ],
    "author": [
        {
            "name": "Quy Nguyen",
            "email": "[email protected]"
        }
    ]
}