Emojiboard: Emoji Keyboard
Quick emoji selection.
什么是Emojiboard: Emoji Keyboard?
Emojiboard: Emoji Keyboard是由Lucas Bastos开发的Chrome扩展程序,该扩展的主要功能是“Quick emoji selection.”。
扩展截图
下载Emojiboard: Emoji Keyboard扩展crx文件
下载Emojiboard: Emoji Keyboard扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Lightweight, simple, fast, and most importantly open-source emoji keyboard. Select an emoji and it automatically copies to your clipboard! This extension requires only local storage to save your selected skin tone and clipboard writing to copy emojis. Version 1.1.1: + Removes currently unsupported emoji Version 1.1.0: + Adds support for Unicode Emoji 12.1 + Complete rewrite for easier updates (about 82.5% fewer lines as well!) + Fixed emoji overflow + Reorganized emoji into standard categories Open-source code: https://lucasbastos.com/emojiboard/
扩展基本信息
名称 | Emojiboard: Emoji Keyboard |
ID | cideffjalolgmnlclfnonbiakkefccji |
官方URL | https://chromewebstore.google.com/detail/emojiboard-emoji-keyboard/cideffjalolgmnlclfnonbiakkefccji |
简介 | Quick emoji selection. |
文件大小 | 30.67 KB |
安装次数 | 1,671 |
当前版本 | 1.1.1 |
更新时间 | 2020-05-25 |
上架时间 | 2020-05-24 |
评分 | 4.88/5 共8次评分 |
开发者 | Lucas Bastos |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Emojiboard: Emoji Keyboard", "version": "1.1.1", "description": "Quick emoji selection.", "permissions": [ "clipboardWrite", "storage" ], "browser_action": { "default_popup": "popup.html", "default_title": "Emojiboard", "default_icon": { "16": "images\/image16.png", "32": "images\/image32.png", "48": "images\/image48.png", "128": "images\/image128.png" } }, "icons": { "16": "images\/image16.png", "32": "images\/image32.png", "48": "images\/image48.png", "128": "images\/image128.png" }, "manifest_version": 2 } |