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 |
Eメール | [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" ] } |