Old Gmail Emoji

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

Что такое Old Gmail Emoji?

Old Gmail Emoji - это расширение Chrome, разработанное Nagy Viktor, и его основная функция - "A collection of the old-style gmail emojis for easy copy-pasteing.".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения Old Gmail Emoji

Скачайте файлы расширений Old Gmail Emoji в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Old Gmail Emoji Old Gmail Emoji
ID bpfgocdamegnchkjefgknhjflempicie
Официальный URL https://chromewebstore.google.com/detail/old-gmail-emoji/bpfgocdamegnchkjefgknhjflempicie
Описание A collection of the old-style gmail emojis for easy copy-pasteing.
Размер файла 35.25 KB
Количество установок 1,345
Текущая Версия 1.2
Последнее Обновление 2015-12-25
Дата публикации 2015-12-25
Рейтинг 4.73/5 Всего 22 оценок
Разработчик Nagy Viktor
Тип оплаты free
Официальный сайт расширения https://github.com/nagyv/gmail-emoji
URL страницы помощи https://github.com/nagyv/gmail-emoji
Поддерживаемые языки 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\/"
    ]
}