Image Search

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

O que é Image Search?

Image Search é uma extensão do Chrome desenvolvida por andrewlewics, e sua principal característica é "Adds options to Search Images on `Unsplash` , `Creative Commons`, `Pinterest`, `Pexels` and `PixaBay` in the context menu.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Image Search

Baixe arquivos de extensão Image Search no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Image Search Image Search
ID jlbdohafelamllahdggfiedfcikgkccg
URL Oficial https://chrome.google.com/webstore/detail/image-search/jlbdohafelamllahdggfiedfcikgkccg
Descrição Adds options to Search Images on `Unsplash` , `Creative Commons`, `Pinterest`, `Pexels` and `PixaBay` in the context menu.
Tamanho do Arquivo 48.16 KB
Contagem de Instalações 20,000
Versão Atual 1.1
Última Atualização 2020-12-21
Data de Publicação 2020-12-21
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor andrewlewics
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://image-search.info
URL da Página de Ajuda https://image-search.info/contact.html
URL da Página de Política de Privacidade https://image-search.info/privacy.html
Idiomas Suportados 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"
    }
}