Old Gmail Emoji
A collection of the old-style gmail emojis for easy copy-pasteing.
什么是Old Gmail Emoji?
Old Gmail Emoji是由Nagy Viktor开发的Chrome扩展程序,该扩展的主要功能是“A collection of the old-style gmail emojis for easy copy-pasteing.”。
扩展截图
下载Old Gmail Emoji扩展crx文件
下载Old Gmail Emoji扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension returns you the old-style gmail emoji. A new icon will appear in your browser location bar. When clicked, this icons shows you the list of emojis known previously in gmail. Clicking any of the icons, copies it to your clipboard, from where you can easily paste it into new emails.
扩展基本信息
名称 | Old Gmail Emoji |
ID | bpfgocdamegnchkjefgknhjflempicie |
官方URL | https://chromewebstore.google.com/detail/old-gmail-emoji/bpfgocdamegnchkjefgknhjflempicie |
简介 | A collection of the old-style gmail emojis for easy copy-pasteing. |
文件大小 | 35.25 KB |
安装次数 | 1,345 |
当前版本 | 1.2 |
更新时间 | 2015-12-25 |
上架时间 | 2015-12-25 |
评分 | 4.73/5 共22次评分 |
开发者 | Nagy Viktor |
付费类型 | free |
扩展官网 | https://github.com/nagyv/gmail-emoji |
帮助页面URL | https://github.com/nagyv/gmail-emoji |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Old Gmail Emoji", "description": "A collection of the old-style gmail emojis for easy copy-pasteing.", "manifest_version": 2, "version": "1.2", "icons": { "16": "emoji16.png", "48": "emoji48.png", "128": "emoji128.png" }, "author": "Viktor Nagy", "homepage_url": "http:\/\/github.com\/nagyv\/gmail-emoji", "background": { "scripts": [ "background.js" ], "persistent": false }, "page_action": { "default_popup": "popup.html", "default_icon": { "16": "emoji16.png" }, "default_title": "Old Gmail emojis" }, "permissions": [ "declarativeContent", "clipboardWrite", "https:\/\/mail.google.com\/" ] } |