Save Image to Downloads
Save images to the Download folder without the nagging 'Save As' dialog.
Save Image to Downloads là gì?
Save Image to Downloads là một tiện ích mở rộng Chrome được phát triển bởi posidron, và tính năng chính của nó là "Save images to the Download folder without the nagging 'Save As' dialog.".
Ả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 Save Image to Downloads
Tải xuống các tệp mở rộng Save Image to Downloads 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
This Add-on works with plain links directing to an image file and if the image is served as a data URI. It also requires less and unnecessary privileges than other extensions of this kind.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | bpgoliohmhlcfconjgecnkobjengecpk |
URL Chính Thức | https://chrome.google.com/webstore/detail/save-image-to-downloads/bpgoliohmhlcfconjgecnkobjengecpk |
Mô tả | Save images to the Download folder without the nagging 'Save As' dialog. |
Kích Thước Tệp | 21.79 KB |
Số Lần Cài Đặt | 94 |
Phiên Bản Hiện Tại | 1.0.1 |
Cập Nhật Lần Cuối | 2020-02-12 |
Ngày Phát Hành | 2020-02-12 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | posidron |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | de,en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.0.1", "default_locale": "en", "name": "__MSG_extensionName__", "description": "__MSG_extensionDescription__", "author": "Christoph Diehl", "homepage_url": "https:\/\/github.com\/posidron", "background": { "scripts": [ "save.js" ] }, "permissions": [ "activeTab", "downloads", "contextMenus", "tabs" ], "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "96": "icons\/icon96.png", "128": "icons\/icon128.png" } } |