Old Gmail Emoji
A collection of the old-style gmail emojis for easy copy-pasteing.
Cos'è Old Gmail Emoji?
Old Gmail Emoji è un'estensione di Chrome sviluppata da Nagy Viktor, e la sua funzione principale è "A collection of the old-style gmail emojis for easy copy-pasteing.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Old Gmail Emoji
Scarica i file di estensione Old Gmail Emoji 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
This extension returns you the old-style gmail emoji. A new icon will appear in your browser location bar. When clicked, this icons shows you the list of emojis known previously in gmail. Clicking any of the icons, copies it to your clipboard, from where you can easily paste it into new emails.
Informazioni di Base sull'Estensione
Nome | Old Gmail Emoji |
ID | bpfgocdamegnchkjefgknhjflempicie |
URL Ufficiale | https://chromewebstore.google.com/detail/old-gmail-emoji/bpfgocdamegnchkjefgknhjflempicie |
Descrizione | A collection of the old-style gmail emojis for easy copy-pasteing. |
Dimensione del File | 35.25 KB |
Conteggio Installazioni | 1,345 |
Versione Corrente | 1.2 |
Ultimo Aggiornamento | 2015-12-25 |
Data di Pubblicazione | 2015-12-25 |
Valutazione | 4.73/5 Totale 22 Valutazioni |
Sviluppatore | Nagy Viktor |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/nagyv/gmail-emoji |
URL della Pagina di Aiuto | https://github.com/nagyv/gmail-emoji |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Old Gmail Emoji", "description": "A collection of the old-style gmail emojis for easy copy-pasteing.", "manifest_version": 2, "version": "1.2", "icons": { "16": "emoji16.png", "48": "emoji48.png", "128": "emoji128.png" }, "author": "Viktor Nagy", "homepage_url": "http:\/\/github.com\/nagyv\/gmail-emoji", "background": { "scripts": [ "background.js" ], "persistent": false }, "page_action": { "default_popup": "popup.html", "default_icon": { "16": "emoji16.png" }, "default_title": "Old Gmail emojis" }, "permissions": [ "declarativeContent", "clipboardWrite", "https:\/\/mail.google.com\/" ] } |