Old Gmail Emoji

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

Hvad er Old Gmail Emoji?

Old Gmail Emoji er en Chrome-udvidelse udviklet af Nagy Viktor, og dens hovedfunktion er "A collection of the old-style gmail emojis for easy copy-pasteing.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Old Gmail Emoji-udvidelses-CRX-fil

Download Old Gmail Emoji-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Old Gmail Emoji Old Gmail Emoji
ID bpfgocdamegnchkjefgknhjflempicie
Officiel URL https://chromewebstore.google.com/detail/old-gmail-emoji/bpfgocdamegnchkjefgknhjflempicie
Beskrivelse A collection of the old-style gmail emojis for easy copy-pasteing.
Filstørrelse 35.25 KB
Antal Installationer 1,345
Nuværende Version 1.2
Senest Opdateret 2015-12-25
Udgivelsesdato 2015-12-25
Bedømmelse 4.73/5 Samlet 22 Bedømmelser
Udvikler Nagy Viktor
Betalingsmetode free
Udvidelseswebsted https://github.com/nagyv/gmail-emoji
Hjælpeside-URL https://github.com/nagyv/gmail-emoji
Understøttede Sprog 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\/"
    ]
}