FontAwesome Picker

Quick & easy icon picker

Qu'est-ce que FontAwesome Picker ?

FontAwesome Picker est une extension Chrome développée par Quentin S., et sa fonction principale est "Quick & easy icon picker".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension FontAwesome Picker

Téléchargez les fichiers d'extension FontAwesome Picker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom FontAwesome Picker FontAwesome Picker
ID jifmidhohocnlbpadnpponnngggaeehh
URL Officiel https://chromewebstore.google.com/detail/fontawesome-picker/jifmidhohocnlbpadnpponnngggaeehh
Description Quick & easy icon picker
Taille du Fichier 50.54 KB
Nombre d'Installations 434
Version Actuelle 1.1.0
Dernière Mise à Jour 2017-05-02
Date de Publication 2017-05-02
Évaluation 5.00/5 Total 5 Évaluations
Développeur Quentin S.
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}