Emoji Copy Paste
Click on any emoji to Copy it instantly. Now Paste it anywhere.
Cos'è Emoji Copy Paste?
Emoji Copy Paste è un'estensione di Chrome sviluppata da BrowserNative, e la sua funzione principale è "Click on any emoji to Copy it instantly. Now Paste it anywhere.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Emoji Copy Paste
Scarica i file di estensione Emoji Copy Paste in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Emoji Copy Paste |
ID | kakenlcjjabkimffanalanbhoejkbdmf |
URL Ufficiale | https://chromewebstore.google.com/detail/emoji-copy-paste/kakenlcjjabkimffanalanbhoejkbdmf |
Descrizione | Click on any emoji to Copy it instantly. Now Paste it anywhere. |
Dimensione del File | 32.59 KB |
Conteggio Installazioni | 12,509 |
Versione Corrente | 0.6 |
Ultimo Aggiornamento | 2016-12-17 |
Data di Pubblicazione | 2016-12-17 |
Valutazione | 4.27/5 Totale 15 Valutazioni |
Sviluppatore | BrowserNative |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://browsernative.com/chrome-emoji/ |
URL della Pagina di Aiuto | https://browsernative.com/chrome-emoji/ |
URL della Pagina della Politica sulla Privacy | https://browsernative.com/extensions-privacy-policy |
Lingue Supportate | 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" ] } } |