Image Search

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

Was ist Image Search?

Image Search ist eine Chrome-Erweiterung, die von andrewlewics entwickelt wurde, und ihr Hauptmerkmal ist "Adds options to Search Images on `Unsplash` , `Creative Commons`, `Pinterest`, `Pexels` and `PixaBay` in the context menu.".

Erweiterungsscreenshots

screenshot

Image Search-Erweiterungs-CRX-Datei herunterladen

Laden Sie Image Search-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Image Search Image Search
ID jlbdohafelamllahdggfiedfcikgkccg
Offizielle URL https://chrome.google.com/webstore/detail/image-search/jlbdohafelamllahdggfiedfcikgkccg
Beschreibung Adds options to Search Images on `Unsplash` , `Creative Commons`, `Pinterest`, `Pexels` and `PixaBay` in the context menu.
Dateigröße 48.16 KB
Installationsanzahl 20,000
Aktuelle Version 1.1
Letztes Update 2020-12-21
Veröffentlichungsdatum 2020-12-21
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler andrewlewics
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://image-search.info
Hilfeseite URL https://image-search.info/contact.html
URL der Datenschutzrichtlinien-Seite https://image-search.info/privacy.html
Unterstützte Sprachen 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"
    }
}