Download Image 1688, Taobao, Tmall by QThang
Click chuột phải hoặc click DOWNLOAD THIS IMAGE để tải về hình ảnh gốc tại trang 1688, Taobao, Tmall, Tiki, Lazada, Shopee
Download Image 1688, Taobao, Tmall by QThang란 무엇입니까?
Download Image 1688, Taobao, Tmall by QThang은(는) QThang.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Click chuột phải hoặc click DOWNLOAD THIS IMAGE để tải về hình ảnh gốc tại trang 1688, Taobao, Tmall, Tiki, Lazada, Shopee"입니다.
확장 프로그램 스크린샷
Download Image 1688, Taobao, Tmall by QThang 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Đây là phần mềm cho phép tải về hình ảnh gốc tại trang web 1688.com, taobao.com, tmall.com, lazada.vn, tiki.vn, Shopee.vn bằng cách nhấn chuột phải hoặc nhấn nút DOWNLOAD THIS IMAGE. Hướng dẫn sử dụng: Bạn chỉ cần chuột phải vào hình ảnh bạn muốn tải về và lưu về máy như những trang cho phép tải ảnh khác mà không cần phải open source F12 phức tạp. Thân!
확장 프로그램 기본 정보
이름 | Download Image 1688, Taobao, Tmall by QThang |
ID | gghihgpbkhfnjcnodemegkldekipnoec |
공식 URL | https://chromewebstore.google.com/detail/download-image-1688-taoba/gghihgpbkhfnjcnodemegkldekipnoec |
설명 | Click chuột phải hoặc click DOWNLOAD THIS IMAGE để tải về hình ảnh gốc tại trang 1688, Taobao, Tmall, Tiki, Lazada, Shopee |
파일 크기 | 2.06 MB |
설치 횟수 | 1,525 |
현재 버전 | 1.0.5 |
최근 업데이트 | 2022-01-25 |
출시 날짜 | 2020-07-06 |
평점 | 1.00/5 총 1 개의 평점 |
개발자 | QThang.net |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Download Image 1688, Taobao, Tmall by QThang", "version": "1.0.5", "description": "Click chu\u1ed9t ph\u1ea3i ho\u1eb7c click DOWNLOAD THIS IMAGE \u0111\u1ec3 t\u1ea3i v\u1ec1 h\u00ecnh \u1ea3nh g\u1ed1c t\u1ea1i trang 1688, Taobao, Tmall, Tiki, Lazada, Shopee", "author": "QThang", "homepage_url": "https:\/\/www.qthang.net\/?utm_source=extension", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "manifest_version": 2, "browser_action": { "default_popup": "pages\/popup\/popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/detail.1688.com\/*", "*:\/\/item.taobao.com\/*", "*:\/\/detail.tmall.hk\/*", "*:\/\/*.detail.tmall.com\/*", "*:\/\/*.tmall.com\/*", "https:\/\/www.lazada.vn\/*", "https:\/\/tiki.vn\/*", "*:\/\/shopee.vn\/*" ], "js": [ "js\/libs\/jquery_3_3_1.js", "js\/libs\/rightclick.js" ] }, { "matches": [ "*:\/\/detail.1688.com\/*" ], "css": [ "css\/styles_1688.css" ], "js": [ "js\/content_1688.js" ] }, { "matches": [ "*:\/\/item.taobao.com\/*" ], "css": [ "css\/styles_taobao.css" ], "js": [ "js\/content_taobao.js" ] }, { "matches": [ "*:\/\/detail.tmall.hk\/*", "*:\/\/*.detail.tmall.com\/*", "*:\/\/*.tmall.com\/*" ], "css": [ "css\/styles_tmall.css" ], "js": [ "js\/content_tmall.js" ] }, { "matches": [ "https:\/\/www.lazada.vn\/*" ], "css": [ "css\/styles_lazada.css" ], "js": [ "js\/content_lazada.js" ] }, { "matches": [ "https:\/\/tiki.vn\/*" ], "css": [ "css\/styles_tiki.css" ], "js": [ "js\/content_tiki.js" ] }, { "matches": [ "*:\/\/shopee.vn\/*" ], "js": [ "js\/content_shopee.js" ] } ] } |