Old Gmail Emoji

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

Old Gmail Emoji là gì?

Old Gmail Emoji là một tiện ích mở rộng Chrome được phát triển bởi Nagy Viktor, và tính năng chính của nó là "A collection of the old-style gmail emojis for easy copy-pasteing.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Old Gmail Emoji

Tải xuống các tệp mở rộng Old Gmail Emoji dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Old Gmail Emoji Old Gmail Emoji
ID bpfgocdamegnchkjefgknhjflempicie
URL Chính Thức https://chromewebstore.google.com/detail/old-gmail-emoji/bpfgocdamegnchkjefgknhjflempicie
Mô tả A collection of the old-style gmail emojis for easy copy-pasteing.
Kích Thước Tệp 35.25 KB
Số Lần Cài Đặt 1,345
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2015-12-25
Ngày Phát Hành 2015-12-25
Đánh Giá 4.73/5 Tổng số 22 Đánh Giá
Nhà Phát Triển Nagy Viktor
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/nagyv/gmail-emoji
URL Trang Trợ Giúp https://github.com/nagyv/gmail-emoji
Ngôn Ngữ Được Hỗ Trợ 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\/"
    ]
}