Amazing Icon Downloader
Easily find and download SVG Icons from a certain cloud management portal.
什么是Amazing Icon Downloader?
Amazing Icon Downloader是由Matt LaGrandeur开发的Chrome扩展程序,该扩展的主要功能是“Easily find and download SVG Icons from a certain cloud management portal.”。
扩展截图
下载Amazing Icon Downloader扩展crx文件
下载Amazing Icon Downloader扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | Amazing Icon Downloader |
ID | kllljifcjfleikiipbkdcgllbllahaob |
官方URL | https://chromewebstore.google.com/detail/amazing-icon-downloader/kllljifcjfleikiipbkdcgllbllahaob |
简介 | Easily find and download SVG Icons from a certain cloud management portal. |
文件大小 | 54.02 KB |
安装次数 | 6,302 |
当前版本 | Version 2.1 |
更新时间 | 2023-09-19 |
上架时间 | 2020-04-27 |
评分 | 4.43/5 共14次评分 |
开发者 | Matt LaGrandeur |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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" } } } |