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 |
官方網址 | 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. |
電子郵箱 | [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'" } |