工作搜图-高精准的图片搜索引擎(无广告)
This plugin is for faster image searching
什么是工作搜图-高精准的图片搜索引擎(无广告)?
工作搜图-高精准的图片搜索引擎(无广告)是由一个认真的程序员开发的Chrome扩展程序,该扩展的主要功能是“This plugin is for faster image searching”。
扩展截图
下载工作搜图-高精准的图片搜索引擎(无广告)扩展crx文件
下载工作搜图-高精准的图片搜索引擎(无广告)扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
全新的图片搜索引擎,享受无广告的,快速,精准的图片搜索,您的办公利器 扩展基本信息
| 名称 | |
| ID | goehfeckpfabhifcafpbdcijgkioocoh |
| 官方URL | https://chrome.google.com/webstore/detail/%E5%B7%A5%E4%BD%9C%E6%90%9C%E5%9B%BE-%E9%AB%98%E7%B2%BE%E5%87%86%E7%9A%84%E5%9B%BE%E7%89%87%E6%90%9C%E7%B4%A2%E5%BC%95%E6%93%8E%EF%BC%88%E6%97%A0%E5%B9%BF%E5%91%8A%EF%BC%89/goehfeckpfabhifcafpbdcijgkioocoh |
| 简介 | This plugin is for faster image searching |
| 文件大小 | 1.64 MB |
| 安装次数 | 140 |
| 当前版本 | 1.0.0 |
| 更新时间 | 2020-04-03 |
| 上架时间 | 2020-04-03 |
| 开发者 | 一个认真的程序员 |
| 电子邮箱 | [email protected] |
| 付费类型 | in_app |
| 支持的语言 | en,zh-CN |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "\u5de5\u4f5c\u641c\u56fe-\u9ad8\u7cbe\u51c6\u7684\u56fe\u7247\u641c\u7d22\u5f15\u64ce\uff08\u65e0\u5e7f\u544a\uff09",
"version": "1.0.0",
"description": "__MSG_pluginDesc__",
"icons": {
"16": "img\/icon.png",
"48": "img\/icon.png",
"128": "img\/icon.png"
},
"background": {
"scripts": [
"js\/background.js"
]
},
"browser_action": {
"default_icon": "img\/icon.png",
"default_title": "\u529e\u516c\u56fe\u7247\u5feb\u641c\uff08\u65e0\u5e7f\u544a\uff09",
"default_popup": "popup.html"
},
"content_scripts": [
{
"matches": [
"https:\/\/*.taobao.com\/*",
"https:\/\/*.tmall.com\/*",
"https:\/\/*.tmall.hk\/*",
"https:\/\/*.jd.com\/*"
],
"js": [
"js\/jquery-1.8.3.js",
"js\/content-script.js"
],
"css": [
"css\/custom.css"
],
"run_at": "document_start"
}
],
"permissions": [
"https:\/\/coupon.catisdog.com\/"
],
"web_accessible_resources": [
"js\/inject.js"
],
"omnibox": {
"keyword": "go"
},
"default_locale": "zh_CN",
"devtools_page": "devtools.html"
} | |