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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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\/"
    ]
}