Emoticon input everywhere
Allow input emoticon in everywhere
什么是Emoticon input everywhere?
Emoticon input everywhere是由Robin Huy开发的Chrome扩展程序,该扩展的主要功能是“Allow input emoticon in everywhere”。
扩展截图
下载Emoticon input everywhere扩展crx文件
下载Emoticon input everywhere扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Emoticon input everywhere is a free extension that lets you view and copy emoticons to use everywhere. Features: - Choose the emoticon, Click & Paste to almost everywhere you can. - Save 10 recent emoticons. - Total 280 emoticons, separate 4 categories.
扩展基本信息
名称 | Emoticon input everywhere |
ID | bohndelehfpgmhpfohgnoihjdknklnbf |
官方URL | https://chromewebstore.google.com/detail/emoticon-input-everywhere/bohndelehfpgmhpfohgnoihjdknklnbf |
简介 | Allow input emoticon in everywhere |
文件大小 | 11.64 KB |
安装次数 | 135 |
当前版本 | 1.3 |
更新时间 | 2017-03-21 |
上架时间 | 2017-03-21 |
评分 | 4.73/5 共15次评分 |
开发者 | Robin Huy |
付费类型 | free |
扩展官网 | https://github.com/robinhuy/emoticon-input |
帮助页面URL | https://github.com/robinhuy/emoticon-input |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Emoticon input everywhere", "short_name": "Emoticon input", "description": "Allow input emoticon in everywhere", "version": "1.3", "author": "Robin Huy", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "Emoticon input everywhere" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ] } ], "permissions": [ "activeTab" ] } |