Random Emoji Generator
Inspired by the Ship It Button extension. On Github page adds a button for a random Emoji icon.
Qu'est-ce que Random Emoji Generator ?
Random Emoji Generator est une extension Chrome développée par FDisk, et sa fonction principale est "Inspired by the Ship It Button extension. On Github page adds a button for a random Emoji icon.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Random Emoji Generator
Téléchargez les fichiers d'extension Random Emoji Generator au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Random Emoji Generator |
ID | mminpoiopdfnnlljeldoammdgkkidimf |
URL Officiel | 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. |
Taille du Fichier | 62.78 KB |
Nombre d'Installations | 39 |
Version Actuelle | 1.0.2 |
Dernière Mise à Jour | 2016-10-29 |
Date de Publication | 2016-10-29 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | FDisk |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |