MaterialDesignIcons Picker
Quick & easy icon picker
MaterialDesignIcons Pickerとは何ですか?
MaterialDesignIcons PickerはQuentin S.によって開発されたChromeの拡張機能で、その主な機能は「Quick & easy icon picker」です。
拡張機能のスクリーンショット
MaterialDesignIcons Picker拡張機能のCRXファイルをダウンロード
MaterialDesignIcons Picker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
"Material Design Icons' growing icon collection allows designers and developers targeting various platforms to download icons in the format, color and size they need for any project." 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/MaterialDesignIcons-Picker
拡張機能の基本情報
名前 | MaterialDesignIcons Picker |
ID | edjaedpifkihpjkcgknfokmibkoafhme |
公式URL | https://chromewebstore.google.com/detail/materialdesignicons-picke/edjaedpifkihpjkcgknfokmibkoafhme |
説明 | Quick & easy icon picker |
ファイルサイズ | 5.47 MB |
インストール数 | 7,312 |
現在のバージョン | 3.13.0 |
最終更新日 | 2023-01-23 |
公開日 | 2020-05-26 |
評価 | 4.80/5 合計 10 レビュー |
開発者 | Quentin S. |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/chteuchteu/MaterialDesignIcons-Picker |
ヘルプページのURL | https://github.com/chteuchteu/MaterialDesignIcons-Picker/issues |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "MaterialDesignIcons Picker", "description": "Quick & easy icon picker", "version": "3.13.0", "icons": { "16": "dist\/img\/icon-16x16.png", "32": "dist\/img\/icon-32x32.png", "48": "dist\/img\/icon-48x48.png", "64": "dist\/img\/icon-64x64.png", "90": "dist\/img\/icon-90x90.png", "128": "dist\/img\/icon-128x128.png", "256": "dist\/img\/icon-256x256.png" }, "author": "Quentin S.", "permissions": [ "downloads" ], "browser_action": { "default_popup": "dist\/index.html", "default_icon": { "18": "dist\/img\/icon-18x18.png", "19": "dist\/img\/icon-19x19.png", "32": "dist\/img\/icon-32x32.png", "36": "dist\/img\/icon-36x36.png", "38": "dist\/img\/icon-38x38.png", "64": "dist\/img\/icon-64x64.png" } }, "content_security_policy": "script-src 'self' 'sha256-4i\/UgFRq5GV5\/zCG+l3zFewouX2lYeboafDGhFLhxvs=' 'sha256-ElK29RD3NLaU5hBAN\/K5uzZjOlErtdlryb+CNRZVIPU='; object-src 'self'" } |