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文件
下载Emoji扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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": [ "*:\/\/*\/*" ] } |