web image downloader
Using this extension you can download any image you want as type you want.
web image downloader là gì?
web image downloader là một tiện ích mở rộng Chrome được phát triển bởi ahmed chakir, và tính năng chính của nó là "Using this extension you can download any image you want as type you want.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng web image downloader
Tải xuống các tệp mở rộng web image downloader dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
By using this extension you'll can download image as any type you want: PNG or JPG, WebP. How to use this extension: 1.After installing rthe extension in google chrome webstore. 2.Go to image you want to download and open contextmenus. 3.You'll see extension's option. 4.Click on type you want to save image as. 5.It will be saved in your device fastly. It's easy! thank you.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | web image downloader |
ID | globiogeokggklpmjjfdglbhipdfmeoa |
URL Chính Thức | https://chromewebstore.google.com/detail/web-image-downloader/globiogeokggklpmjjfdglbhipdfmeoa |
Mô tả | Using this extension you can download any image you want as type you want. |
Kích Thước Tệp | 13.18 KB |
Số Lần Cài Đặt | 22 |
Phiên Bản Hiện Tại | 2.1.4 |
Cập Nhật Lần Cuối | 2021-10-26 |
Ngày Phát Hành | 2021-10-26 |
Nhà Phát Triển | ahmed chakir |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://alsharqa.net/ |
URL Trang Trợ Giúp | https://alsharqa.net/ |
URL Trang Chính Sách Bảo Mật | https://maaloma.tech/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "description": "__MSG_extDescription__", "icons": { "128": "p128.png", "16": "p16.png", "48": "p48.png" }, "background": { "scripts": [ "1.background.js" ] }, "default_locale": "en", "manifest_version": 2, "minimum_chrome_version": "31.0.0", "permissions": [ "downloads", "contextMenus" ], "version": "2.1.4" } |