Image Search

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

Apa itu Image Search?

Image Search adalah ekstensi Chrome yang dikembangkan oleh andrewlewics, dan fitur utamanya adalah "Adds options to Search Images on `Unsplash` , `Creative Commons`, `Pinterest`, `Pexels` and `PixaBay` in the context menu.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Image Search

Unduh file ekstensi Image Search dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Image Search Image Search
ID jlbdohafelamllahdggfiedfcikgkccg
URL Resmi https://chrome.google.com/webstore/detail/image-search/jlbdohafelamllahdggfiedfcikgkccg
Deskripsi Adds options to Search Images on `Unsplash` , `Creative Commons`, `Pinterest`, `Pexels` and `PixaBay` in the context menu.
Ukuran File 48.16 KB
Jumlah Instalasi 20,000
Versi Saat Ini 1.1
Terakhir Diperbarui 2020-12-21
Tanggal Publikasi 2020-12-21
Penilaian 5.00/5 Total 2 Penilaian
Pengembang andrewlewics
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://image-search.info
URL Halaman Bantuan https://image-search.info/contact.html
URL Halaman Kebijakan Privasi https://image-search.info/privacy.html
Bahasa yang Didukung 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"
    }
}