Emoji Copy Paste
Click on any emoji to Copy it instantly. Now Paste it anywhere.
什么是Emoji Copy Paste?
Emoji Copy Paste是由BrowserNative开发的Chrome扩展程序,该扩展的主要功能是“Click on any emoji to Copy it instantly. Now Paste it anywhere.”。
扩展截图
下载Emoji Copy Paste扩展crx文件
下载Emoji Copy Paste扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Click on any emoji - and it would be copied to your clipboard automatically. You can now paste it anywhere using the usual keyboard command CTRL + V, or the "Paste" option present in the context menu (right click menu). Some emojis mayn't be supported on your device or platform. The exact appearance of emojis would depend upon operating system, Chrome version and the websites where you use them. Extension by BrowserNative.
扩展基本信息
名称 | Emoji Copy Paste |
ID | kakenlcjjabkimffanalanbhoejkbdmf |
官方URL | https://chromewebstore.google.com/detail/emoji-copy-paste/kakenlcjjabkimffanalanbhoejkbdmf |
简介 | Click on any emoji to Copy it instantly. Now Paste it anywhere. |
文件大小 | 32.59 KB |
安装次数 | 12,509 |
当前版本 | 0.6 |
更新时间 | 2016-12-17 |
上架时间 | 2016-12-17 |
评分 | 4.27/5 共15次评分 |
开发者 | BrowserNative |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://browsernative.com/chrome-emoji/ |
帮助页面URL | https://browsernative.com/chrome-emoji/ |
隐私政策页面URL | https://browsernative.com/extensions-privacy-policy |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Emoji Copy Paste", "version": "0.6", "manifest_version": 2, "description": "Click on any emoji to Copy it instantly. Now Paste it anywhere.", "icons": { "128": "static\/128.png" }, "browser_action": { "default_icon": { "19": "static\/19.png", "38": "static\/38.png" }, "default_title": "Emoji", "default_popup": "main.html" }, "homepage_url": "https:\/\/browsernative.com\/chrome-emoji\/", "background": { "persistent": false, "scripts": [ "background.js" ] } } |