Hangouts GitHub Emojifier
Converts Emoji on GitHub to Google-style Emoji
What is Hangouts GitHub Emojifier?
Hangouts GitHub Emojifier is a Chrome extension developed by Paul Betts, and its main feature is "Converts Emoji on GitHub to Google-style Emoji".
Extension Screenshots
Download Hangouts GitHub Emojifier Extension CRX File
Download Hangouts GitHub Emojifier extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This Extension works on GitHub.com to replace all of their Apple-style Emoji with Google-style Emoji.
Extension Basic Information
Name | |
ID | gnmkclfcadpmdkbihlgdebnnlolabgll |
Official URL | https://chromewebstore.google.com/detail/hangouts-github-emojifier/gnmkclfcadpmdkbihlgdebnnlolabgll |
Description | Converts Emoji on GitHub to Google-style Emoji |
File Size | 24.28 KB |
Installation Count | 176 |
Current Version | 0.1.0 |
Last Updated | 2015-03-08 |
Publish Date | 2015-03-07 |
Rating | 4.00/5 Total 4 Ratings |
Developer | Paul Betts |
Payment Type | free |
Extension Website | https://github.com/paulcbetts/github-emoji-switcher |
Help Page URL | https://github.com/paulcbetts/github-emoji-switcher/issues |
Supported Languages | 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" ] } ] } |