Search Google Image

Search Google Image for the selected text

Vad är Search Google Image?

Search Google Image är en Chrome-tillägg utvecklad av Quy Nguyen, och dess huvudfunktion är "Search Google Image for the selected text".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Search Google Image-förlängningens CRX-fil

Ladda ner Search Google Image-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

                        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.                    

Grundläggande Information om Tillägg

Namn Search Google Image Search Google Image
ID kklenaehmadokmlmbehblimejakphfae
Officiell webbadress https://chrome.google.com/webstore/detail/search-google-image/kklenaehmadokmlmbehblimejakphfae
Beskrivning Search Google Image for the selected text
Filstorlek 111 KB
Antal Installationer 1,678
Aktuell Version 1.1
Senast Uppdaterad 2018-01-01
Publiceringsdatum 2018-01-01
Betyg 4.20/5 Totalt 5 Betyg
Utvecklare Quy Nguyen
E-post [email protected]
Betalningssätt free
Stödda Språk 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]"
        }
    ]
}