Old Gmail Emoji

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

Apa itu Old Gmail Emoji?

Old Gmail Emoji adalah ekstensi Chrome yang dikembangkan oleh Nagy Viktor, dan fitur utamanya adalah "A collection of the old-style gmail emojis for easy copy-pasteing.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Old Gmail Emoji

Unduh file ekstensi Old Gmail Emoji dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Old Gmail Emoji Old Gmail Emoji
ID bpfgocdamegnchkjefgknhjflempicie
URL Resmi https://chromewebstore.google.com/detail/old-gmail-emoji/bpfgocdamegnchkjefgknhjflempicie
Deskripsi A collection of the old-style gmail emojis for easy copy-pasteing.
Ukuran File 35.25 KB
Jumlah Instalasi 1,345
Versi Saat Ini 1.2
Terakhir Diperbarui 2015-12-25
Tanggal Publikasi 2015-12-25
Penilaian 4.73/5 Total 22 Penilaian
Pengembang Nagy Viktor
Tipe Pembayaran free
Situs Ekstensi https://github.com/nagyv/gmail-emoji
URL Halaman Bantuan https://github.com/nagyv/gmail-emoji
Bahasa yang Didukung 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\/"
    ]
}