FontAwesome Picker
Quick & easy icon picker
Was ist FontAwesome Picker?
FontAwesome Picker ist eine Chrome-Erweiterung, die von Quentin S. entwickelt wurde, und ihr Hauptmerkmal ist "Quick & easy icon picker".
Erweiterungsscreenshots
FontAwesome Picker-Erweiterungs-CRX-Datei herunterladen
Laden Sie FontAwesome Picker-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
This extension allows you to easily find a suitable icon for your needs, right from your browser!
This project is open-source, don't hesitate to contribute! https://github.com/chteuchteu/FontAwesome-Picker Grundlegende Informationen zur Erweiterung
| Name | |
| ID | jifmidhohocnlbpadnpponnngggaeehh |
| Offizielle URL | https://chromewebstore.google.com/detail/fontawesome-picker/jifmidhohocnlbpadnpponnngggaeehh |
| Beschreibung | Quick & easy icon picker |
| Dateigröße | 50.54 KB |
| Installationsanzahl | 434 |
| Aktuelle Version | 1.1.0 |
| Letztes Update | 2017-05-02 |
| Veröffentlichungsdatum | 2017-05-02 |
| Bewertung | 5.00/5 Insgesamt 5 Bewertungen |
| Entwickler | Quentin S. |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"description": "Quick & easy icon picker",
"name": "FontAwesome Picker",
"manifest_version": 2,
"version": "1.1.0",
"author": "Quentin S.",
"icons": {
"32": "app\/img\/icon-32x32.png",
"16": "app\/img\/icon-16x16.png",
"90": "app\/img\/icon-90x90.png",
"64": "app\/img\/icon-64x64.png",
"256": "app\/img\/icon-256x256.png",
"48": "app\/img\/icon-48x48.png",
"128": "app\/img\/icon-128x128.png"
},
"browser_action": {
"default_icon": {
"18": "app\/img\/icon-18x18.png",
"32": "app\/img\/icon-32x32.png",
"36": "app\/img\/icon-36x36.png",
"64": "app\/img\/icon-64x64.png",
"38": "app\/img\/icon-38x38.png",
"19": "app\/img\/icon-19x19.png"
},
"default_popup": "app\/index.html"
}
} | |