WISH标签提取小工具
一键提取Wish商品Tag
WISH标签提取小工具란 무엇입니까?
WISH标签提取小工具은(는) elviswuisme에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "一键提取Wish商品Tag"입니다.
확장 프로그램 스크린샷
WISH标签提取小工具 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
可一键提取wish商品的标签Tag和上架时间,安装后,在wish产品页面下点击图标即可一键提取
확장 프로그램 기본 정보
이름 | |
ID | lhoeiffehedpjjfcfpfiaalmphhipdof |
공식 URL | https://chrome.google.com/webstore/detail/wish%E6%A0%87%E7%AD%BE%E6%8F%90%E5%8F%96%E5%B0%8F%E5%B7%A5%E5%85%B7/lhoeiffehedpjjfcfpfiaalmphhipdof |
설명 | 一键提取Wish商品Tag |
파일 크기 | 115 KB |
설치 횟수 | 754 |
현재 버전 | 1.0 |
최근 업데이트 | 2016-03-23 |
출시 날짜 | 2016-03-22 |
평점 | 3.23/5 총 13 개의 평점 |
개발자 | elviswuisme |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "page": "bg.html" }, "browser_action": { "default_icon": "images\/16.png", "default_title": "\u70b9\u51fb\u63d0\u53d6\u4fe1\u606f" }, "content_scripts": [ { "css": [ "css\/style.css" ], "js": [ "js\/min.js", "js\/insertJs.js" ], "matches": [ "*:\/\/www.wish.com\/*" ], "run_at": "document_start" } ], "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com https:\/\/api.okay.do; object-src 'self'; style-src 'unsafe-inline' ", "description": "\u4e00\u952e\u63d0\u53d6Wish\u5546\u54c1Tag", "icons": { "128": "images\/128.png", "16": "images\/16.png", "48": "images\/48.png" }, "manifest_version": 2, "name": "WISH\u6807\u7b7e\u63d0\u53d6\u5c0f\u5de5\u5177", "permissions": [ "tabs", "background", "management", "storage", "https:\/\/*\/*", "http:\/\/*\/*" ], "version": "1.0", "web_accessible_resources": [ "images\/*" ] } |