Symbol Finder
Easily find & copy any HTML5 symbol(s) from your browser toolbar popup UI
Symbol Finder란 무엇입니까?
Symbol Finder은(는) Jorvi에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Easily find & copy any HTML5 symbol(s) from your browser toolbar popup UI"입니다.
확장 프로그램 스크린샷
Symbol Finder 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Symbol Finder is a simple extension that helps you find and copy any desired HTML5 symbol from the toolbar popup UI. Simply open the UI and click on the desired category from the drop-down list at the top. Or, type a search keyword to see all matched symbols. To copy a symbol, please click on the individual icons to see details at the bottom of the UI (the icon will be copied to the clipboard automatically). There are more than 65000 icons available to choose from. Please note that within the search bar, as you type a word, icons will appear on the fly. By default, only the most common symbols are loaded. If you want to load all 65000, please press the - Load Extra - button in the UI. Also, note that loading all icons may slow down the browser as the list is very large. Please load the complete list only if you need all icons, otherwise, use the default list. If you see any bug or have a feature request, please fill the bug report form on the addon's homepage (https://mybrowseraddon.com/symbol-finder.html).
확장 프로그램 기본 정보
이름 | Symbol Finder |
ID | jkkcdhfbndheafipanegbnmhledmdcjj |
공식 URL | https://chromewebstore.google.com/detail/symbol-finder/jkkcdhfbndheafipanegbnmhledmdcjj |
설명 | Easily find & copy any HTML5 symbol(s) from your browser toolbar popup UI |
파일 크기 | 205 KB |
설치 횟수 | 1,232 |
현재 버전 | 0.1.2 |
최근 업데이트 | 2023-11-14 |
출시 날짜 | 2019-10-10 |
평점 | 4.50/5 총 4 개의 평점 |
개발자 | Jorvi |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://mybrowseraddon.com/symbol-finder.html |
도움말 페이지 URL | https://mybrowseraddon.com/symbol-finder.html |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.1.2", "manifest_version": 3, "name": "Symbol Finder", "offline_enabled": true, "permissions": [ "storage" ], "homepage_url": "https:\/\/mybrowseraddon.com\/symbol-finder.html", "description": "Easily find & copy any HTML5 symbol(s) from your browser toolbar popup UI", "commands": { "_execute_action": [] }, "background": { "service_worker": "background.js" }, "action": { "default_title": "Symbol Finder", "default_popup": "data\/interface\/index.html?popup", "default_icon": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png" } }, "icons": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png", "128": "data\/icons\/128.png" } } |