工作搜图-高精准的图片搜索引擎(无广告)

This plugin is for faster image searching

What is 工作搜图-高精准的图片搜索引擎(无广告)?

工作搜图-高精准的图片搜索引擎(无广告) is a Chrome extension developed by 一个认真的程序员, and its main feature is "This plugin is for faster image searching".

Extension Screenshots

screenshot
screenshot

Download 工作搜图-高精准的图片搜索引擎(无广告) Extension CRX File

Download 工作搜图-高精准的图片搜索引擎(无广告) 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

                        全新的图片搜索引擎,享受无广告的,快速,精准的图片搜索,您的办公利器                    

Extension Basic Information

Name 工作搜图-高精准的图片搜索引擎(无广告) 工作搜图-高精准的图片搜索引擎(无广告)
ID goehfeckpfabhifcafpbdcijgkioocoh
Official 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
Description This plugin is for faster image searching
File Size 1.64 MB
Installation Count 140
Current Version 1.0.0
Last Updated 2020-04-03
Publish Date 2020-04-03
Developer 一个认真的程序员
Email [email protected]
Payment Type in_app
Supported Languages 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"
}