Emojis table
Get the right emojis from your browser in any tab!
什么是Emojis table?
Emojis table是由Louis Grasset开发的Chrome扩展程序,该扩展的主要功能是“Get the right emojis from your browser in any tab!”。
扩展截图
下载Emojis table扩展crx文件
下载Emojis table扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Tired of looking for emojis on your computer ? Simply search for its name or a related keyword in this extension. You’ll be able to copy it with a single click!
扩展基本信息
名称 | Emojis table |
ID | lkpflloaceieinnhchbmfefimjliigcj |
官方URL | https://chromewebstore.google.com/detail/emojis-table/lkpflloaceieinnhchbmfefimjliigcj |
简介 | Get the right emojis from your browser in any tab! |
文件大小 | 192 KB |
安装次数 | 36 |
当前版本 | 3.3.0 |
更新时间 | 2023-11-08 |
上架时间 | 2019-01-03 |
评分 | 4.60/5 共10次评分 |
开发者 | Louis Grasset |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/louisgrasset/emojis-table |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "3.3.0", "name": "Emojis table", "description": "Get the right emojis from your browser in any tab!", "action": { "default_popup": "index.html" }, "icons": { "16": "icons\/icon-16.png", "32": "icons\/icon-32.png", "48": "icons\/icon-48.png", "96": "icons\/icon-96.png", "128": "icons\/icon-128.png", "256": "icons\/icon-256.png" }, "permissions": [ "storage" ] } |