Emoji Finder
Emoji Finder helps you to generate and copy emojis to any web-page like FaceBook, Twitter, Gmail
什么是Emoji Finder?
Emoji Finder是由InBasic开发的Chrome扩展程序,该扩展的主要功能是“Emoji Finder helps you to generate and copy emojis to any web-page like FaceBook, Twitter, Gmail”。
扩展截图
下载Emoji Finder扩展crx文件
下载Emoji Finder扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Emoji Finder adds a toolbar panel to your Chrome browser to find all the supported Emojis in the easy way. You can either use the search-box or use pre-defined categories to find Emojis. Emojis are being pasted in an editor field that allows you to insert text too. You can them copy the entire content to your OS clipboard. For more info please visit: http://add0n.com/emoji-finder.html
扩展基本信息
名称 | Emoji Finder |
ID | mlgeehafnfbhbofgdijakhhifcgbbmgd |
官方URL | https://chromewebstore.google.com/detail/emoji-finder/mlgeehafnfbhbofgdijakhhifcgbbmgd |
简介 | Emoji Finder helps you to generate and copy emojis to any web-page like FaceBook, Twitter, Gmail |
文件大小 | 226 KB |
安装次数 | 716 |
当前版本 | 0.1.0 |
更新时间 | 2017-01-18 |
上架时间 | 2017-01-18 |
评分 | 5.00/5 共4次评分 |
开发者 | InBasic |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | http://add0n.com/emoji-finder.html |
帮助页面URL | http://add0n.com/emoji-finder.html |
隐私政策页面URL | https://add0n.com/policies/inb.cor.txt |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Emoji Finder", "version": "0.1.0", "description": "Emoji Finder helps you to generate and copy emojis to any web-page like FaceBook, Twitter, Gmail", "permissions": [ "storage", "clipboardWrite" ], "browser_action": { "default_popup": "Default.html" }, "icons": { "16": "Content\/Images\/16.png", "24": "Content\/Images\/24.png", "32": "Content\/Images\/32.png", "64": "Content\/Images\/64.png", "128": "Content\/Images\/128.png" }, "manifest_version": 2, "options_ui": { "page": "Options.html" }, "background": { "scripts": [ "Script\/Background.js" ] }, "homepage_url": "http:\/\/add0n.com\/emoji-finder.html" } |