Emojis / Lenny Faces / Unicode / Dingbats
Simply copy/paste emojis, unicode, and lenny faces to add to your emails, posts, statuses!
什么是Emojis / Lenny Faces / Unicode / Dingbats?
Emojis / Lenny Faces / Unicode / Dingbats是由https://www.j-u-l-i-e-n.com开发的Chrome扩展程序,该扩展的主要功能是“Simply copy/paste emojis, unicode, and lenny faces to add to your emails, posts, statuses!”。
扩展截图
下载Emojis / Lenny Faces / Unicode / Dingbats扩展crx文件
下载Emojis / Lenny Faces / Unicode / Dingbats扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension allows you to copy and paste : - emojis 😈🐸 - lenny faces ( ͡° ͜ʖ ͡°) - unicode ʢ◉ᴥ◉ʡ to your chats, emails, statuses (facebook), tweets, calendar events, git commit messages, online postcards, your comments on reddit, 4chan, etc... Updates: - added ~1000 emojis - added a search functionality for emojis - removed useless permissions
扩展基本信息
名称 | Emojis / Lenny Faces / Unicode / Dingbats |
ID | memlcjlpikcdaaajdnkjjcckcgkgnddd |
官方URL | https://chromewebstore.google.com/detail/emojis-lenny-faces-unicod/memlcjlpikcdaaajdnkjjcckcgkgnddd |
简介 | Simply copy/paste emojis, unicode, and lenny faces to add to your emails, posts, statuses! |
文件大小 | 63.89 KB |
安装次数 | 565 |
当前版本 | 2 |
更新时间 | 2017-04-03 |
上架时间 | 2017-04-03 |
评分 | 4.86/5 共7次评分 |
开发者 | https://www.j-u-l-i-e-n.com |
电子邮箱 | [email protected] |
付费类型 | free |
帮助页面URL | https://github.com/jarnix/lennyfaces/issues |
隐私政策页面URL | https://github.com/jarnix/lennyfaces/blob/master/confidentiality.txt |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Emojis \/ Lenny Faces \/ Unicode \/ Dingbats", "description": "Simply copy\/paste emojis, unicode, and lenny faces to add to your emails, posts, statuses!", "version": "2", "icons": { "128": "icon_128.png", "16": "icon_16.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ], "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "emojis and lenny faces, please!" }, "permissions": [ "clipboardWrite" ] } |