Old Gmail Emoji

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

什麼是Old Gmail Emoji?

Old Gmail Emoji是由Nagy Viktor開發的Chrome擴展程式,該擴展的主要功能是“A collection of the old-style gmail emojis for easy copy-pasteing.”。

擴展截圖

screenshot
screenshot
screenshot

下載Old Gmail Emoji擴展crx文件

下載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
官方網址 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\/"
    ]
}