Emoji Picker
Emoji picker library based on emojis from open source project Openmoji - https://openmoji.org/
什么是Emoji Picker?
Emoji Picker是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Emoji picker library based on emojis from open source project Openmoji - https://openmoji.org/”。
扩展截图
下载Emoji Picker扩展crx文件
下载Emoji Picker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Emoji Picker is a free extension that lets you copy and use emojis, wherever you want. Emoji Picker for Chrome, let you copy one or more emojis with a single click. Just click on the one that you want and paste it wherever you want - Slack or WhatsApp message, Tweet etc. Emojis are sorted by different categories. You can also search the one that you're looking for with convenient search bar. All the emojis design are taken from an amazing open source project - Openmoji. Check out their website here -https://openmoji.org
扩展基本信息
名称 | Emoji Picker |
ID | afpomjpjalofnkckaomalkchbdalkhha |
官方URL | https://chromewebstore.google.com/detail/emoji-picker/afpomjpjalofnkckaomalkchbdalkhha |
简介 | Emoji picker library based on emojis from open source project Openmoji - https://openmoji.org/ |
文件大小 | 9.35 MB |
安装次数 | 184 |
当前版本 | 1.0.2 |
更新时间 | 2020-02-09 |
上架时间 | 2020-02-09 |
评分 | 5.00/5 共2次评分 |
开发者 | Unknown |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Emoji Picker", "description": "Emoji picker library based on emojis from open source project Openmoji - https:\/\/openmoji.org\/", "version": "1.0.2", "author": "Maciek Grzybek - https:\/\/github.com\/maciekgrzybek", "browser_action": { "default_popup": "index.html", "default_title": "Get the emoji" }, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "permissions": [], "content_security_policy": "script-src 'self' 'sha256-1r7eLgkUWKyUL9cmsy073y2a2ojTPzrZxyAeGLCfJFg='; object-src 'self';" } |