Font Awesome Content Viewer
Display Font awesome character list with icon.
Cos'è Font Awesome Content Viewer?
Font Awesome Content Viewer è un'estensione di Chrome sviluppata da butu25, e la sua funzione principale è "Display Font awesome character list with icon.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Font Awesome Content Viewer
Scarica i file di estensione Font Awesome Content Viewer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Font Awesome Content viewer is panel in "Developer Tools". Credits:- 1. Font Awesome (http://fontawesome.io/) 2. JSCSSP (http://www.glazman.org/JSCSSP/) 3. Logo (LogotypeMaker.com) Inspiration:- 1. A list of Font Awesome icons and their CSS content values (http://astronautweb.co/snippet/font-awesome/)
Informazioni di Base sull'Estensione
Nome | |
ID | jdngklgdeeomdbdoojkpldaplpkhlojp |
URL Ufficiale | https://chrome.google.com/webstore/detail/font-awesome-content-view/jdngklgdeeomdbdoojkpldaplpkhlojp |
Descrizione | Display Font awesome character list with icon. |
Dimensione del File | 406 KB |
Conteggio Installazioni | 393 |
Versione Corrente | 0.1 |
Ultimo Aggiornamento | 2014-08-02 |
Data di Pubblicazione | 2014-08-02 |
Valutazione | 3.00/5 Totale 3 Valutazioni |
Sviluppatore | butu25 |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Font Awesome Content Viewer", "version": "0.1", "description": "Display Font awesome character list with icon.", "devtools_page": "devtools.html", "manifest_version": 2, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "icons": { "128": "logo128.png" } } |