Emoji Copy Paste
Click on any emoji to Copy it instantly. Now Paste it anywhere.
Emoji Copy Pasteとは何ですか?
Emoji Copy PasteはBrowserNativeによって開発されたChromeの拡張機能で、その主な機能は「Click on any emoji to Copy it instantly. Now Paste it anywhere.」です。
拡張機能のスクリーンショット
Emoji Copy Paste拡張機能のCRXファイルをダウンロード
Emoji Copy Paste拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Click on any emoji - and it would be copied to your clipboard automatically. You can now paste it anywhere using the usual keyboard command CTRL + V, or the "Paste" option present in the context menu (right click menu). Some emojis mayn't be supported on your device or platform. The exact appearance of emojis would depend upon operating system, Chrome version and the websites where you use them. Extension by BrowserNative.
拡張機能の基本情報
名前 | Emoji Copy Paste |
ID | kakenlcjjabkimffanalanbhoejkbdmf |
公式URL | https://chromewebstore.google.com/detail/emoji-copy-paste/kakenlcjjabkimffanalanbhoejkbdmf |
説明 | Click on any emoji to Copy it instantly. Now Paste it anywhere. |
ファイルサイズ | 32.59 KB |
インストール数 | 12,509 |
現在のバージョン | 0.6 |
最終更新日 | 2016-12-17 |
公開日 | 2016-12-17 |
評価 | 4.27/5 合計 15 レビュー |
開発者 | BrowserNative |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://browsernative.com/chrome-emoji/ |
ヘルプページのURL | https://browsernative.com/chrome-emoji/ |
プライバシーポリシーページのURL | https://browsernative.com/extensions-privacy-policy |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Emoji Copy Paste", "version": "0.6", "manifest_version": 2, "description": "Click on any emoji to Copy it instantly. Now Paste it anywhere.", "icons": { "128": "static\/128.png" }, "browser_action": { "default_icon": { "19": "static\/19.png", "38": "static\/38.png" }, "default_title": "Emoji", "default_popup": "main.html" }, "homepage_url": "https:\/\/browsernative.com\/chrome-emoji\/", "background": { "persistent": false, "scripts": [ "background.js" ] } } |