Old Gmail Emoji

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

Vad är Old Gmail Emoji?

Old Gmail Emoji är en Chrome-tillägg utvecklad av Nagy Viktor, och dess huvudfunktion är "A collection of the old-style gmail emojis for easy copy-pasteing.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Old Gmail Emoji-förlängningens CRX-fil

Ladda ner Old Gmail Emoji-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Old Gmail Emoji Old Gmail Emoji
ID bpfgocdamegnchkjefgknhjflempicie
Officiell webbadress https://chromewebstore.google.com/detail/old-gmail-emoji/bpfgocdamegnchkjefgknhjflempicie
Beskrivning A collection of the old-style gmail emojis for easy copy-pasteing.
Filstorlek 35.25 KB
Antal Installationer 1,345
Aktuell Version 1.2
Senast Uppdaterad 2015-12-25
Publiceringsdatum 2015-12-25
Betyg 4.73/5 Totalt 22 Betyg
Utvecklare Nagy Viktor
Betalningssätt free
Tilläggswebbplats https://github.com/nagyv/gmail-emoji
Hjälpsida URL https://github.com/nagyv/gmail-emoji
Stödda Språk 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\/"
    ]
}