GitHub Emojifier for Twemoji

Converts Emoji on GitHub to Twitter-style Emoji

Wat is GitHub Emojifier for Twemoji?

GitHub Emojifier for Twemoji is een Chrome-extensie ontwikkeld door trmcnvn, en de belangrijkste functie is "Converts Emoji on GitHub to Twitter-style Emoji".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie GitHub Emojifier for Twemoji

Download GitHub Emojifier for Twemoji-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        This switches GitHub's Apple-style emoji over to the Twitter-style emoji!                    

Basisinformatie over de Extensie

Naam GitHub Emojifier for Twemoji GitHub Emojifier for Twemoji
ID eebpgkfleghhfjhnfgpmhdcgiclaflgi
Officiële URL https://chromewebstore.google.com/detail/github-emojifier-for-twem/eebpgkfleghhfjhnfgpmhdcgiclaflgi
Beschrijving Converts Emoji on GitHub to Twitter-style Emoji
Bestandsgrootte 16.25 KB
Aantal Installaties 48
Huidige Versie 0.2.5
Laatst Bijgewerkt 2017-02-09
Publicatiedatum 2017-02-09
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar trmcnvn
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/vevix/github-emoji-switcher
Help Pagina-URL https://github.com/vevix/github-emoji-switcher
Ondersteunde Talen 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"
    ]
}