Emoji
Insert emojis using a web browser, and customise the experience and the add-on in Settings.
Emoji란 무엇입니까?
Emoji은(는) https://saveriomorelli.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Insert emojis using a web browser, and customise the experience and the add-on in Settings."입니다.
확장 프로그램 스크린샷
Emoji 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Use emojis in the browser. You can find by keyword, or by category, and just click on the emoji you want to copy, then you will be able to insert you with "Paste" (or Ctrl+V).
확장 프로그램 기본 정보
이름 | Emoji |
ID | kjepehkgbooeigeflhiogplnckadlife |
공식 URL | https://chromewebstore.google.com/detail/emoji/kjepehkgbooeigeflhiogplnckadlife |
설명 | Insert emojis using a web browser, and customise the experience and the add-on in Settings. |
파일 크기 | 38.07 MB |
설치 횟수 | 655 |
현재 버전 | 3.21 |
최근 업데이트 | 2024-01-25 |
출시 날짜 | 2020-06-28 |
평점 | 4.73/5 총 11 개의 평점 |
개발자 | https://saveriomorelli.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/Sav22999/emoji |
도움말 페이지 URL | https://github.com/Sav22999/emoji |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Emoji", "version": "3.21", "author": "Saverio Morelli (Sav22999)", "description": "Insert emojis using a web browser, and customise the experience and the add-on in Settings.", "icons": { "16": ".\/img\/icon-dark-16.png", "24": ".\/img\/icon-dark-24.png", "48": ".\/img\/icon-dark-48.png", "96": ".\/img\/icon-dark-96.png" }, "action": { "default_popup": ".\/popup.html", "default_icon": { "16": ".\/img\/icon-light-16.png", "24": ".\/img\/icon-light-24.png", "48": ".\/img\/icon-light-48.png", "96": ".\/img\/icon-light-96.png" }, "theme_icons": [ { "dark": ".\/img\/icon-dark-16.png", "light": ".\/img\/icon-light-16.png", "size": 16 }, { "dark": ".\/img\/icon-dark-24.png", "light": ".\/img\/icon-light-24.png", "size": 24 }, { "dark": ".\/img\/icon-dark-48.png", "light": ".\/img\/icon-light-48.png", "size": 48 }, { "dark": ".\/img\/icon-dark-96.png", "light": ".\/img\/icon-light-96.png", "size": 96 } ] }, "permissions": [ "storage" ], "optional_permissions": [ "activeTab" ], "background": { "service_worker": ".\/js\/background.js", "type": "module" }, "host_permissions": [ "*:\/\/*\/*" ] } |