FontAwesome Picker
Quick & easy icon picker
FontAwesome Pickerとは何ですか?
FontAwesome PickerはQuentin S.によって開発されたChromeの拡張機能で、その主な機能は「Quick & easy icon picker」です。
拡張機能のスクリーンショット
FontAwesome Picker拡張機能のCRXファイルをダウンロード
FontAwesome Picker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
                        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                     拡張機能の基本情報
| 名前 |  | 
| ID | jifmidhohocnlbpadnpponnngggaeehh | 
| 公式URL | https://chromewebstore.google.com/detail/fontawesome-picker/jifmidhohocnlbpadnpponnngggaeehh | 
| 説明 | Quick & easy icon picker | 
| ファイルサイズ | 50.54 KB | 
| インストール数 | 434 | 
| 現在のバージョン | 1.1.0 | 
| 最終更新日 | 2017-05-02 | 
| 公開日 | 2017-05-02 | 
| 評価 | 5.00/5 合計 5 レビュー | 
| 開発者 | Quentin S. | 
| Eメール | [email protected] | 
| 支払い方法 | free | 
| 対応言語 | 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"
    }
} | |