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

This plugin is for faster image searching

工作搜图-高精准的图片搜索引擎(无广告)란 무엇입니까?

工作搜图-高精准的图片搜索引擎(无广告)은(는) 一个认真的程序员에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This plugin is for faster image searching"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

工作搜图-高精准的图片搜索引擎(无广告) 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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

확장 프로그램 기본 정보

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