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
Cos'è Download Image 1688, Taobao, Tmall by QThang?
Download Image 1688, Taobao, Tmall by QThang è un'estensione di Chrome sviluppata da QThang.net, e la sua funzione principale è "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".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Download Image 1688, Taobao, Tmall by QThang
Scarica i file di estensione Download Image 1688, Taobao, Tmall by QThang in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Đâ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!
Informazioni di Base sull'Estensione
Nome | Download Image 1688, Taobao, Tmall by QThang |
ID | gghihgpbkhfnjcnodemegkldekipnoec |
URL Ufficiale | https://chromewebstore.google.com/detail/download-image-1688-taoba/gghihgpbkhfnjcnodemegkldekipnoec |
Descrizione | 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 |
Dimensione del File | 2.06 MB |
Conteggio Installazioni | 1,525 |
Versione Corrente | 1.0.5 |
Ultimo Aggiornamento | 2022-01-25 |
Data di Pubblicazione | 2020-07-06 |
Valutazione | 1.00/5 Totale 1 Valutazioni |
Sviluppatore | QThang.net |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } ] } |