Old Gmail Emoji

A collection of the old-style gmail emojis for easy copy-pasteing.

Was ist Old Gmail Emoji?

Old Gmail Emoji ist eine Chrome-Erweiterung, die von Nagy Viktor entwickelt wurde, und ihr Hauptmerkmal ist "A collection of the old-style gmail emojis for easy copy-pasteing.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Old Gmail Emoji-Erweiterungs-CRX-Datei herunterladen

Laden Sie Old Gmail Emoji-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Old Gmail Emoji Old Gmail Emoji
ID bpfgocdamegnchkjefgknhjflempicie
Offizielle URL https://chromewebstore.google.com/detail/old-gmail-emoji/bpfgocdamegnchkjefgknhjflempicie
Beschreibung A collection of the old-style gmail emojis for easy copy-pasteing.
Dateigröße 35.25 KB
Installationsanzahl 1,345
Aktuelle Version 1.2
Letztes Update 2015-12-25
Veröffentlichungsdatum 2015-12-25
Bewertung 4.73/5 Insgesamt 22 Bewertungen
Entwickler Nagy Viktor
Zahlungsart free
Erweiterungswebsite https://github.com/nagyv/gmail-emoji
Hilfeseite URL https://github.com/nagyv/gmail-emoji
Unterstützte Sprachen 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\/"
    ]
}