Old Gmail Emoji

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

What is Old Gmail Emoji?

Old Gmail Emoji is a Chrome extension developed by Nagy Viktor, and its main feature is "A collection of the old-style gmail emojis for easy copy-pasteing.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Old Gmail Emoji Extension CRX File

Download Old Gmail Emoji extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Old Gmail Emoji Old Gmail Emoji
ID bpfgocdamegnchkjefgknhjflempicie
Official URL https://chromewebstore.google.com/detail/old-gmail-emoji/bpfgocdamegnchkjefgknhjflempicie
Description A collection of the old-style gmail emojis for easy copy-pasteing.
File Size 35.25 KB
Installation Count 1,345
Current Version 1.2
Last Updated 2015-12-25
Publish Date 2015-12-25
Rating 4.73/5 Total 22 Ratings
Developer Nagy Viktor
Payment Type free
Extension Website https://github.com/nagyv/gmail-emoji
Help Page URL https://github.com/nagyv/gmail-emoji
Supported Languages 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\/"
    ]
}