Font Awesome Content Viewer
Display Font awesome character list with icon.
Wat is Font Awesome Content Viewer?
Font Awesome Content Viewer is een Chrome-extensie ontwikkeld door butu25, en de belangrijkste functie is "Display Font awesome character list with icon.".
Extensie Screenshots
Download het CRX-bestand van de extensie Font Awesome Content Viewer
Download Font Awesome Content Viewer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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/)
Basisinformatie over de Extensie
Naam | |
ID | jdngklgdeeomdbdoojkpldaplpkhlojp |
Officiële URL | https://chrome.google.com/webstore/detail/font-awesome-content-view/jdngklgdeeomdbdoojkpldaplpkhlojp |
Beschrijving | Display Font awesome character list with icon. |
Bestandsgrootte | 406 KB |
Aantal Installaties | 393 |
Huidige Versie | 0.1 |
Laatst Bijgewerkt | 2014-08-02 |
Publicatiedatum | 2014-08-02 |
Beoordeling | 3.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | butu25 |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |