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.”。
扩展截图
下载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 扩展基本信息
| 名称 | |
| 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 |
| 电子邮箱 | [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"
}
} | |