Emoji Copy Paste
Click on any emoji to Copy it instantly. Now Paste it anywhere.
Apa itu Emoji Copy Paste?
Emoji Copy Paste adalah ekstensi Chrome yang dikembangkan oleh BrowserNative, dan fitur utamanya adalah "Click on any emoji to Copy it instantly. Now Paste it anywhere.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Emoji Copy Paste
Unduh file ekstensi Emoji Copy Paste dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Emoji Copy Paste |
ID | kakenlcjjabkimffanalanbhoejkbdmf |
URL Resmi | https://chromewebstore.google.com/detail/emoji-copy-paste/kakenlcjjabkimffanalanbhoejkbdmf |
Deskripsi | Click on any emoji to Copy it instantly. Now Paste it anywhere. |
Ukuran File | 32.59 KB |
Jumlah Instalasi | 12,509 |
Versi Saat Ini | 0.6 |
Terakhir Diperbarui | 2016-12-17 |
Tanggal Publikasi | 2016-12-17 |
Penilaian | 4.27/5 Total 15 Penilaian |
Pengembang | BrowserNative |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://browsernative.com/chrome-emoji/ |
URL Halaman Bantuan | https://browsernative.com/chrome-emoji/ |
URL Halaman Kebijakan Privasi | https://browsernative.com/extensions-privacy-policy |
Bahasa yang Didukung | 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" ] } } |