Hangouts GitHub Emojifier
Converts Emoji on GitHub to Google-style Emoji
Wat is Hangouts GitHub Emojifier?
Hangouts GitHub Emojifier is een Chrome-extensie ontwikkeld door Paul Betts, en de belangrijkste functie is "Converts Emoji on GitHub to Google-style Emoji".
Extensie Screenshots
Download het CRX-bestand van de extensie Hangouts GitHub Emojifier
Download Hangouts GitHub Emojifier-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 Extension works on GitHub.com to replace all of their Apple-style Emoji with Google-style Emoji. Basisinformatie over de Extensie
| Naam | |
| ID | gnmkclfcadpmdkbihlgdebnnlolabgll |
| Officiële URL | https://chromewebstore.google.com/detail/hangouts-github-emojifier/gnmkclfcadpmdkbihlgdebnnlolabgll |
| Beschrijving | Converts Emoji on GitHub to Google-style Emoji |
| Bestandsgrootte | 24.28 KB |
| Aantal Installaties | 176 |
| Huidige Versie | 0.1.0 |
| Laatst Bijgewerkt | 2015-03-08 |
| Publicatiedatum | 2015-03-07 |
| Beoordeling | 4.00/5 Totaal 4 Beoordelingen |
| Ontwikkelaar | Paul Betts |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/paulcbetts/github-emoji-switcher |
| Help Pagina-URL | https://github.com/paulcbetts/github-emoji-switcher/issues |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Hangouts GitHub Emojifier",
"description": "Converts Emoji on GitHub to Google-style Emoji",
"version": "0.1.0",
"icons": {
"16": "img\/icon_16.png",
"32": "img\/icon_32.png",
"48": "img\/icon_48.png",
"64": "img\/icon_64.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_end",
"js": [
"scripts\/main.min.js"
]
}
]
} | |