Old Gmail Emoji
A collection of the old-style gmail emojis for easy copy-pasteing.
Wat is Old Gmail Emoji?
Old Gmail Emoji is een Chrome-extensie ontwikkeld door Nagy Viktor, en de belangrijkste functie is "A collection of the old-style gmail emojis for easy copy-pasteing.".
Extensie Screenshots
Download het CRX-bestand van de extensie Old Gmail Emoji
Download Old Gmail Emoji-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Old Gmail Emoji |
ID | bpfgocdamegnchkjefgknhjflempicie |
Officiële URL | https://chromewebstore.google.com/detail/old-gmail-emoji/bpfgocdamegnchkjefgknhjflempicie |
Beschrijving | A collection of the old-style gmail emojis for easy copy-pasteing. |
Bestandsgrootte | 35.25 KB |
Aantal Installaties | 1,345 |
Huidige Versie | 1.2 |
Laatst Bijgewerkt | 2015-12-25 |
Publicatiedatum | 2015-12-25 |
Beoordeling | 4.73/5 Totaal 22 Beoordelingen |
Ontwikkelaar | Nagy Viktor |
Betalingswijze | free |
Extensiewebsite | https://github.com/nagyv/gmail-emoji |
Help Pagina-URL | https://github.com/nagyv/gmail-emoji |
Ondersteunde Talen | 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\/" ] } |