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

This plugin is for faster image searching

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

工作搜图-高精准的图片搜索引擎(无广告) ist eine Chrome-Erweiterung, die von 一个认真的程序员 entwickelt wurde, und ihr Hauptmerkmal ist "This plugin is for faster image searching".

Erweiterungsscreenshots

screenshot
screenshot

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

Laden Sie 工作搜图-高精准的图片搜索引擎(无广告)-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name 工作搜图-高精准的图片搜索引擎(无广告) 工作搜图-高精准的图片搜索引擎(无广告)
ID goehfeckpfabhifcafpbdcijgkioocoh
Offizielle 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
Beschreibung This plugin is for faster image searching
Dateigröße 1.64 MB
Installationsanzahl 140
Aktuelle Version 1.0.0
Letztes Update 2020-04-03
Veröffentlichungsdatum 2020-04-03
Entwickler 一个认真的程序员
E-Mail [email protected]
Zahlungsart in_app
Unterstützte Sprachen 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"
}