GitHub Emojifier for Twemoji
Converts Emoji on GitHub to Twitter-style Emoji
What is GitHub Emojifier for Twemoji?
GitHub Emojifier for Twemoji is a Chrome extension developed by trmcnvn, and its main feature is "Converts Emoji on GitHub to Twitter-style Emoji".
Extension Screenshots
Download GitHub Emojifier for Twemoji Extension CRX File
Download GitHub Emojifier for Twemoji 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 switches GitHub's Apple-style emoji over to the Twitter-style emoji!
Extension Basic Information
Name | GitHub Emojifier for Twemoji |
ID | eebpgkfleghhfjhnfgpmhdcgiclaflgi |
Official URL | https://chromewebstore.google.com/detail/github-emojifier-for-twem/eebpgkfleghhfjhnfgpmhdcgiclaflgi |
Description | Converts Emoji on GitHub to Twitter-style Emoji |
File Size | 16.25 KB |
Installation Count | 48 |
Current Version | 0.2.5 |
Last Updated | 2017-02-09 |
Publish Date | 2017-02-09 |
Rating | 5.00/5 Total 1 Ratings |
Developer | trmcnvn |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/vevix/github-emoji-switcher |
Help Page URL | https://github.com/vevix/github-emoji-switcher |
Supported Languages | 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" ] } |