Random Emoji Generator
Inspired by the Ship It Button extension. On Github page adds a button for a random Emoji icon.
What is Random Emoji Generator?
Random Emoji Generator is a Chrome extension developed by FDisk, and its main feature is "Inspired by the Ship It Button extension. On Github page adds a button for a random Emoji icon.".
Extension Screenshots
Download Random Emoji Generator Extension CRX File
Download Random Emoji Generator 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
Inspired by the Ship It Button extension, this extension for GitHub. It provides a button for a random Emoji icon to comments. Added all possible emoji.
Extension Basic Information
Name | Random Emoji Generator |
ID | mminpoiopdfnnlljeldoammdgkkidimf |
Official URL | https://chromewebstore.google.com/detail/random-emoji-generator/mminpoiopdfnnlljeldoammdgkkidimf |
Description | Inspired by the Ship It Button extension. On Github page adds a button for a random Emoji icon. |
File Size | 62.78 KB |
Installation Count | 39 |
Current Version | 1.0.2 |
Last Updated | 2016-10-29 |
Publish Date | 2016-10-29 |
Rating | 5.00/5 Total 1 Ratings |
Developer | FDisk |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Random Emoji Generator", "version": "1.0.2", "manifest_version": 2, "homepage_url": "https:\/\/github.com\/FDiskas\/randomEmojiGenerator", "author": "FDisk", "description": "Inspired by the Ship It Button extension. On Github page adds a button for a random Emoji icon.", "content_scripts": [ { "matches": [ "*:\/\/github.com\/*", "*:\/\/gist.github.com\/*" ], "js": [ "build.js" ], "css": [ "css\/styles.css" ] } ], "icons": { "16": "images\/normal\/16x16.png", "48": "images\/normal\/48x48.png", "128": "images\/normal\/128x128.png" }, "web_accessible_resources": [ "images\/normal\/*.png", "images\/xmas\/*.png" ] } |