Iconify Search Extension
Search Iconify icons right on your web browser.
Τι είναι το Iconify Search Extension;
Το Iconify Search Extension είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://iconify-search.vercel.app, και η κύρια λειτουργία του είναι "Search Iconify icons right on your web browser.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Iconify Search Extension
Λήψη αρχείων επέκτασης Iconify Search Extension σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Search through 150,000 open source icons ready to be used in your next project! Tired of searching a proper icon and want to maintain consistency between your icons? Iconify Search helps you by navigating through an extensive catalog of icons and several icon packs that you can search from - al within your browser. The icons are provided by Iconify.design, and every icon pack is designed by a plethora of talented people. What can you expect from this extension? - Hassle-free icons search - Narrow down your search by selecting an icon pack - Copy an icon's SVG directly from your extension - Copy its identifier so you can use it inside your web/native project - More features coming soon! Iconify.design website is good but we wanted to offer you a better way to find your icons, and easily import them in your required technology. All icon packs are open source and you can use them without worries. Attributions goes to the corresponding designers who crafted them.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Iconify Search Extension |
ID | giledbfknmilhcidlelgochpiohilhhc |
Επίσημο URL | https://chromewebstore.google.com/detail/iconify-search-extension/giledbfknmilhcidlelgochpiohilhhc |
Περιγραφή | Search Iconify icons right on your web browser. |
Μέγεθος Αρχείου | 202 KB |
Αριθμός Εγκαταστάσεων | 49 |
Τρέχουσα Έκδοση | 1.1.3 |
Τελευταία Ενημέρωση | 2023-05-03 |
Ημερομηνία Δημοσίευσης | 2023-05-02 |
Προγραμματιστής | https://iconify-search.vercel.app |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://iconify-search.vercel.app/ |
Διεύθυνση URL της Σελίδας Βοήθειας | https://iconify-search.vercel.app/ |
URL της Σελίδας Πολιτικής Απορρήτου | https://iconify-search.vercel.app |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Iconify Search Extension", "version": "1.1.3", "description": "Search Iconify icons right on your web browser.", "action": { "default_popup": "src\/pages\/popup\/index.html", "default_icon": "icon-34.png" }, "icons": { "128": "icon-128.png" }, "content_scripts": [ { "matches": [ "https:\/\/api.gumroad.com\/*", "https:\/\/api.iconify.design\/*" ], "css": [ "contentStyle.css" ] } ], "web_accessible_resources": [ { "resources": [ "contentStyle.css", "icon-128.png", "icon-34.png" ], "matches": [ "https:\/\/api.gumroad.com\/*", "https:\/\/api.iconify.design\/*" ] } ] } |