Image Search

Adds options to Search Images on `Unsplash` , `Creative Commons`, `Pinterest`, `Pexels` and `PixaBay` in the context menu.

Cos'è Image Search?

Image Search è un'estensione di Chrome sviluppata da andrewlewics, e la sua funzione principale è "Adds options to Search Images on `Unsplash` , `Creative Commons`, `Pinterest`, `Pexels` and `PixaBay` in the context menu.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Image Search

Scarica i file di estensione Image Search in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Image Search

This extension adds options to search images on `Unsplash` , `Creative Commons`, `Pinterest`, `Pexels` and `PixaBay`. All you have to do is select the word(s) you want to search images for, right click on it and choose and option from the context menu - choose where you want to get search results. 

Find out more about us:

- Homepage:
https://image-search.info
- Privacy:
https://image-search.info/privacy.html
- EULA:
https://image-search.info/eula.html
- Uninstall:
https://image-search.info/uninstall.html
- Contact us:
https://image-search.info/contact.html                    

Informazioni di Base sull'Estensione

Nome Image Search Image Search
ID jlbdohafelamllahdggfiedfcikgkccg
URL Ufficiale https://chrome.google.com/webstore/detail/image-search/jlbdohafelamllahdggfiedfcikgkccg
Descrizione Adds options to Search Images on `Unsplash` , `Creative Commons`, `Pinterest`, `Pexels` and `PixaBay` in the context menu.
Dimensione del File 48.16 KB
Conteggio Installazioni 20,000
Versione Corrente 1.1
Ultimo Aggiornamento 2020-12-21
Data di Pubblicazione 2020-12-21
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore andrewlewics
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://image-search.info
URL della Pagina di Aiuto https://image-search.info/contact.html
URL della Pagina della Politica sulla Privacy https://image-search.info/privacy.html
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Image Search",
    "short_name": "ImgSearch",
    "description": "Adds options to Search Images on `Unsplash` , `Creative Commons`, `Pinterest`, `Pexels` and `PixaBay` in the context menu.",
    "manifest_version": 2,
    "version": "1.1",
    "permissions": [
        "contextMenus",
        "",
        "webRequest",
        "webRequestBlocking",
        "storage"
    ],
    "background": {
        "scripts": [
            "js\/jquery.js",
            "js\/bg.js"
        ]
    },
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "64": "icons\/64.png",
        "128": "icons\/128.png"
    }
}