Emoji Copy Paste
Easily click on any emoji to immediately copy and paste it somewhere else
Cos'è Emoji Copy Paste?
Emoji Copy Paste è un'estensione di Chrome sviluppata da s.colterdevelopment, e la sua funzione principale è "Easily click on any emoji to immediately copy and paste it somewhere else".
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
Quick and easy Emoji tool to help you find new Emoji's and quickly and easily access emoji's on desktop and laptops.
Informazioni di Base sull'Estensione
Nome | |
ID | ljhaeonmhemncombbgendlmdmnciaoah |
URL Ufficiale | https://chrome.google.com/webstore/detail/emoji-copy-paste/ljhaeonmhemncombbgendlmdmnciaoah |
Descrizione | Easily click on any emoji to immediately copy and paste it somewhere else |
Dimensione del File | 32.71 KB |
Conteggio Installazioni | 1,547 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2022-10-08 |
Data di Pubblicazione | 2022-10-08 |
Valutazione | 2.00/5 Totale 2 Valutazioni |
Sviluppatore | s.colterdevelopment |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://thecopyemoji.com |
URL della Pagina di Aiuto | https://thecopyemoji.com |
URL della Pagina della Politica sulla Privacy | https://thecopyemoji.com?a=privacy |
Lingue Supportate | en-US |
manifest.json | |
{ "background": { "service_worker": "background.js" }, "action": { "default_icon": { "19": "static\/19.png", "38": "static\/38.png" }, "default_popup": "main.html", "default_title": "COPY Emoji" }, "description": "Easily click on any emoji to immediately copy and paste it somewhere else", "homepage_url": "https:\/\/thecopyemoji.com\/", "icons": { "128": "static\/128.png" }, "permissions": [ "webNavigation", "storage" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "manifest_version": 3, "name": "Emoji Copy Paste", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.1" } |