Font Awesome Content Viewer

Display Font awesome character list with icon.

Vad är Font Awesome Content Viewer?

Font Awesome Content Viewer är en Chrome-tillägg utvecklad av butu25, och dess huvudfunktion är "Display Font awesome character list with icon.".

Tilläggsskärmbilder

screenshot

Ladda ner Font Awesome Content Viewer-förlängningens CRX-fil

Ladda ner Font Awesome Content Viewer-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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/)                    

Grundläggande Information om Tillägg

Namn Font Awesome Content Viewer Font Awesome Content Viewer
ID jdngklgdeeomdbdoojkpldaplpkhlojp
Officiell webbadress https://chrome.google.com/webstore/detail/font-awesome-content-view/jdngklgdeeomdbdoojkpldaplpkhlojp
Beskrivning Display Font awesome character list with icon.
Filstorlek 406 KB
Antal Installationer 393
Aktuell Version 0.1
Senast Uppdaterad 2014-08-02
Publiceringsdatum 2014-08-02
Betyg 3.00/5 Totalt 3 Betyg
Utvecklare butu25
Betalningssätt free
Stödda Språk 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"
    }
}