Old Gmail Emoji
A collection of the old-style gmail emojis for easy copy-pasteing.
Qu'est-ce que Old Gmail Emoji ?
Old Gmail Emoji est une extension Chrome développée par Nagy Viktor, et sa fonction principale est "A collection of the old-style gmail emojis for easy copy-pasteing.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Old Gmail Emoji
Téléchargez les fichiers d'extension Old Gmail Emoji au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Old Gmail Emoji |
ID | bpfgocdamegnchkjefgknhjflempicie |
URL Officiel | https://chromewebstore.google.com/detail/old-gmail-emoji/bpfgocdamegnchkjefgknhjflempicie |
Description | A collection of the old-style gmail emojis for easy copy-pasteing. |
Taille du Fichier | 35.25 KB |
Nombre d'Installations | 1,345 |
Version Actuelle | 1.2 |
Dernière Mise à Jour | 2015-12-25 |
Date de Publication | 2015-12-25 |
Évaluation | 4.73/5 Total 22 Évaluations |
Développeur | Nagy Viktor |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/nagyv/gmail-emoji |
URL de la Page d'Aide | https://github.com/nagyv/gmail-emoji |
Langues Prises en Charge | 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\/" ] } |