twitter emoji
Simple inject of twitter emojis in Chrome
What is twitter emoji?
twitter emoji is a Chrome extension developed by https://maxmalm.se, and its main feature is "Simple inject of twitter emojis in Chrome".
Extension Screenshots
Download twitter emoji Extension CRX File
Download twitter emoji 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
Turns Unicode emojis into image using twitters emoji library
Extension Basic Information
Name | twitter emoji |
ID | cceblpicpdbjfeldpihbngbajlgbecpn |
Official URL | https://chromewebstore.google.com/detail/twitter-emoji/cceblpicpdbjfeldpihbngbajlgbecpn |
Description | Simple inject of twitter emojis in Chrome |
File Size | 14.27 KB |
Installation Count | 89 |
Current Version | 0.1.0 |
Last Updated | 2019-03-08 |
Publish Date | 2019-03-08 |
Rating | 1.00/5 Total 1 Ratings |
Developer | https://maxmalm.se |
Payment Type | free |
Extension Website | https://github.com/benjick/chrome-twemoji |
Help Page URL | https://github.com/benjick/chrome-twemoji/issues |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "twitter emoji", "version": "0.1.0", "manifest_version": 2, "description": "Simple inject of twitter emojis in Chrome", "homepage_url": "https:\/\/github.com\/benjick\/chrome-twemoji", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "css": [ "src\/inject\/inject.css" ], "js": [ "src\/inject\/inject.js" ] } ] } |