Amazing Icon Downloader
Easily find and download SVG Icons from a certain cloud management portal.
Τι είναι το Amazing Icon Downloader;
Το Amazing Icon Downloader είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Matt LaGrandeur, και η κύρια λειτουργία του είναι "Easily find and download SVG Icons from a certain cloud management portal.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Amazing Icon Downloader
Λήψη αρχείων επέκτασης 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" } } } |