MaterialDesignIcons Picker
Quick & easy icon picker
MaterialDesignIcons Picker란 무엇입니까?
MaterialDesignIcons Picker은(는) Quentin S.에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Quick & easy icon picker"입니다.
확장 프로그램 스크린샷
MaterialDesignIcons Picker 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
"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. |
이메일 | [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'" } |