Emoji copy and paste
Missing your mobile phone emojis? Insert your favourite emoji to popular sites like Facebook, Twitter, YouTube and more.
Emoji copy and pasteとは何ですか?
Emoji copy and pasteはSimple is Beautifulによって開発されたChromeの拡張機能で、その主な機能は「Missing your mobile phone emojis? Insert your favourite emoji to popular sites like Facebook, Twitter, YouTube and more.」です。
拡張機能のスクリーンショット
Emoji copy and paste拡張機能のCRXファイルをダウンロード
Emoji copy and paste拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
2018 must-have emoji extension! Copy and paste emoji everywhere! Search emoji by name or by recently used. Emojis are automatically copied to the clipboard. Keyboard shortcuts are also available for copy and paste. This is the fastest way to use your favourites emoji to comments and posts. Last but not least, all this emoji are Unicode, that means that they are not only compatible in your local PC, they will be visible to everyone regardless of whether they have this extension installed or not. Never miss a smiley again! Install Emoji Helper! Copy and paste emoji!
拡張機能の基本情報
名前 | Emoji copy and paste |
ID | jigpnmkhillllgkkjndpmepocpglgdgh |
公式URL | https://chromewebstore.google.com/detail/emoji-copy-and-paste/jigpnmkhillllgkkjndpmepocpglgdgh |
説明 | Missing your mobile phone emojis? Insert your favourite emoji to popular sites like Facebook, Twitter, YouTube and more. |
ファイルサイズ | 1.35 MB |
インストール数 | 5,197 |
現在のバージョン | 3.1.0 |
最終更新日 | 2018-08-23 |
公開日 | 2018-08-22 |
評価 | 3.82/5 合計 11 レビュー |
開発者 | Simple is Beautiful |
支払い方法 | free |
対応言語 | id,ms,de,en,fr,nl,tr,es,it,pl,pt-BR,pt-PT,ru,iw,fa,hi,ar,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "default_locale": "en", "short_name": "EmojiCopyPaste", "name": "__MSG_extName__", "description": "__MSG_extDescr__", "version": "3.1.0", "icons": { "32": "icon\/icon-32.png", "48": "icon\/icon-48.png", "128": "icon\/icon-128.png" }, "author": "Emoji", "permissions": [ "clipboardWrite", "activeTab", "storage" ], "browser_action": { "default_icon": "icon\/icon-48.png", "default_popup": "popup.html" }, "offline_enabled": true, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Shift+E" } } } } |