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 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
}
}
} | |