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
¿Qué es Download Image 1688, Taobao, Tmall by QThang?
Download Image 1688, Taobao, Tmall by QThang es una extensión de Chrome desarrollada por QThang.net, y su función principal es "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".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Download Image 1688, Taobao, Tmall by QThang
Descarga archivos de extensión Download Image 1688, Taobao, Tmall by QThang en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
Đâ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!
Información Básica de la Extensión
Nombre | Download Image 1688, Taobao, Tmall by QThang |
ID | gghihgpbkhfnjcnodemegkldekipnoec |
URL Oficial | https://chromewebstore.google.com/detail/download-image-1688-taoba/gghihgpbkhfnjcnodemegkldekipnoec |
Descripción | 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 |
Tamaño del Archivo | 2.06 MB |
Cantidad de Instalaciones | 1,525 |
Versión Actual | 1.0.5 |
Última Actualización | 2022-01-25 |
Fecha de Publicación | 2020-07-06 |
Calificación | 1.00/5 Total de 1 Calificaciones |
Desarrollador | QThang.net |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | 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" ] } ] } |