Advanced Image Search

Extension to help perform an advanced Google Images search.

Advanced Image Searchとは何ですか?

Advanced Image SearchはPolywockerによって開発されたChromeの拡張機能で、その主な機能は「Extension to help perform an advanced Google Images search.」です。

拡張機能のスクリーンショット

screenshot

Advanced Image Search拡張機能のCRXファイルをダウンロード

Advanced Image Search拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 Advanced Image Search Advanced Image Search
ID cahpmepdjiejandeladmhfpapeagobnp
公式URL https://chromewebstore.google.com/detail/advanced-image-search/cahpmepdjiejandeladmhfpapeagobnp
説明 Extension to help perform an advanced Google Images search.
ファイルサイズ 17.38 KB
インストール数 15,270
現在のバージョン 1.8
最終更新日 2023-10-04
公開日 2020-05-17
評価 3.63/5 合計 27 レビュー
開発者 Polywocker
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/polywock/advanced-image-search
対応言語 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"
    }
}