GitHub Emojifier for Twemoji

Converts Emoji on GitHub to Twitter-style Emoji

Apa itu GitHub Emojifier for Twemoji?

GitHub Emojifier for Twemoji adalah ekstensi Chrome yang dikembangkan oleh trmcnvn, dan fitur utamanya adalah "Converts Emoji on GitHub to Twitter-style Emoji".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi GitHub Emojifier for Twemoji

Unduh file ekstensi GitHub Emojifier for Twemoji 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 switches GitHub's Apple-style emoji over to the Twitter-style emoji!                    

Informasi Dasar Ekstensi

Nama GitHub Emojifier for Twemoji GitHub Emojifier for Twemoji
ID eebpgkfleghhfjhnfgpmhdcgiclaflgi
URL Resmi https://chromewebstore.google.com/detail/github-emojifier-for-twem/eebpgkfleghhfjhnfgpmhdcgiclaflgi
Deskripsi Converts Emoji on GitHub to Twitter-style Emoji
Ukuran File 16.25 KB
Jumlah Instalasi 48
Versi Saat Ini 0.2.5
Terakhir Diperbarui 2017-02-09
Tanggal Publikasi 2017-02-09
Penilaian 5.00/5 Total 1 Penilaian
Pengembang trmcnvn
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/vevix/github-emoji-switcher
URL Halaman Bantuan https://github.com/vevix/github-emoji-switcher
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "GitHub Emojifier for Twemoji",
    "version": "0.2.5",
    "description": "Converts Emoji on GitHub to Twitter-style Emoji",
    "icons": {
        "16": "img\/icon_16.png",
        "48": "img\/icon_48.png",
        "128": "img\/icon_128.png"
    },
    "permissions": [
        "http:\/\/*.github.com\/*",
        "https:\/\/*.github.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.github.com\/*",
                "https:\/\/github.com\/*"
            ],
            "run_at": "document_start",
            "js": [
                "scripts\/main.min.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "scripts\/content.min.js"
    ]
}