Amazing Icon Downloader
Easily find and download SVG Icons from a certain cloud management portal.
Amazing Icon Downloader là gì?
Amazing Icon Downloader là một tiện ích mở rộng Chrome được phát triển bởi Matt LaGrandeur, và tính năng chính của nó là "Easily find and download SVG Icons from a certain cloud management portal.".
Ả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 Amazing Icon Downloader
Tải xuống các tệp mở rộng Amazing Icon 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
This extension only works for a certain cloud management portal - hopefully you are here by word of mouth. If you are here randomly, then this tool probably isn't for you. This is an unofficial extension, so I can't actually say the name of the cloud management portal it is for :-) Main features: - Easily view all icons on a page - Search to filter down long lists of icons - Rename and download any single icon, in .svg or .png format - Bulk download all icons as a .zip file
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Amazing Icon Downloader |
ID | kllljifcjfleikiipbkdcgllbllahaob |
URL Chính Thức | https://chromewebstore.google.com/detail/amazing-icon-downloader/kllljifcjfleikiipbkdcgllbllahaob |
Mô tả | Easily find and download SVG Icons from a certain cloud management portal. |
Kích Thước Tệp | 54.02 KB |
Số Lần Cài Đặt | 6,302 |
Phiên Bản Hiện Tại | Version 2.1 |
Cập Nhật Lần Cuối | 2023-09-19 |
Ngày Phát Hành | 2020-04-27 |
Đánh Giá | 4.43/5 Tổng số 14 Đánh Giá |
Nhà Phát Triển | Matt LaGrandeur |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Amazing Icon Downloader", "short_name": "Amazing Icon", "version": "2.1", "version_name": "Version 2.1", "description": "Easily find and download SVG Icons from a certain cloud management portal.", "author": "Matt LaGrandeur", "manifest_version": 3, "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "scripting", "activeTab", "declarativeContent" ], "background": { "service_worker": "background.js" }, "action": { "default_popup": "popup.html", "default_icon": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } } } |