Random Emoji Generator
Inspired by the Ship It Button extension. On Github page adds a button for a random Emoji icon.
Co to jest Random Emoji Generator?
Random Emoji Generator to rozszerzenie Chrome opracowane przez FDisk, a jego główną funkcją jest „Inspired by the Ship It Button extension. On Github page adds a button for a random Emoji icon.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Random Emoji Generator
Pobierz pliki rozszerzeń Random Emoji Generator w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | mminpoiopdfnnlljeldoammdgkkidimf |
| Oficjalny URL | https://chromewebstore.google.com/detail/random-emoji-generator/mminpoiopdfnnlljeldoammdgkkidimf |
| Opis | Inspired by the Ship It Button extension. On Github page adds a button for a random Emoji icon. |
| Rozmiar pliku | 62.78 KB |
| Liczba instalacji | 39 |
| Aktualna Wersja | 1.0.2 |
| Ostatnia Aktualizacja | 2016-10-29 |
| Data Publikacji | 2016-10-29 |
| Ocena | 5.00/5 Łącznie 1 Oceny |
| Deweloper | FDisk |
| Typ Płatności | free |
| Obsługiwane Języki | 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"
]
} | |