Advanced Image Search

Extension to help perform an advanced Google Images search.

What is Advanced Image Search?

Advanced Image Search is a Chrome extension developed by Polywocker, and its main feature is "Extension to help perform an advanced Google Images search.".

Extension Screenshots

screenshot

Download Advanced Image Search Extension CRX File

Download Advanced Image Search extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Provides a convenient interface to perform an advanced Google Images search. 
- Exact size, larger than, format, type (face, clipart, etc), region, etc.  
- Tabs feature to save time for commonly used searches. 

Source code available at https://github.com/polywock/advanced-image-search                    

Extension Basic Information

Name Advanced Image Search Advanced Image Search
ID cahpmepdjiejandeladmhfpapeagobnp
Official URL https://chromewebstore.google.com/detail/advanced-image-search/cahpmepdjiejandeladmhfpapeagobnp
Description Extension to help perform an advanced Google Images search.
File Size 17.38 KB
Installation Count 15,270
Current Version 1.8
Last Updated 2023-10-04
Publish Date 2020-05-17
Rating 3.63/5 Total 27 Ratings
Developer Polywocker
Email [email protected]
Payment Type free
Extension Website https://github.com/polywock/advanced-image-search
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Advanced Image Search",
    "short_name": "Advanced Image Search",
    "version": "1.8",
    "description": "Extension to help perform an advanced Google Images search.",
    "manifest_version": 3,
    "permissions": [
        "storage"
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "icon128.png"
    }
}