Random Emoji Generator
Inspired by the Ship It Button extension. On Github page adds a button for a random Emoji icon.
Wat is Random Emoji Generator?
Random Emoji Generator is een Chrome-extensie ontwikkeld door FDisk, en de belangrijkste functie is "Inspired by the Ship It Button extension. On Github page adds a button for a random Emoji icon.".
Extensie Screenshots
Download het CRX-bestand van de extensie Random Emoji Generator
Download Random Emoji Generator-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Random Emoji Generator |
ID | mminpoiopdfnnlljeldoammdgkkidimf |
Officiële URL | https://chromewebstore.google.com/detail/random-emoji-generator/mminpoiopdfnnlljeldoammdgkkidimf |
Beschrijving | Inspired by the Ship It Button extension. On Github page adds a button for a random Emoji icon. |
Bestandsgrootte | 62.78 KB |
Aantal Installaties | 39 |
Huidige Versie | 1.0.2 |
Laatst Bijgewerkt | 2016-10-29 |
Publicatiedatum | 2016-10-29 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | FDisk |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |