Github Custom Emoji Addiction
When you need to have more then the normal emojis in your life.
Co to jest Github Custom Emoji Addiction?
Github Custom Emoji Addiction to rozszerzenie Chrome opracowane przez roush.kyle, a jego główną funkcją jest „When you need to have more then the normal emojis in your life.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Github Custom Emoji Addiction
Pobierz pliki rozszerzeń Github Custom Emoji Addiction 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
When you want to have more emojis in your life but Github only supports the standard ones. Now you can define your own emojis and you can use the Github emoji syntax and it will auto fill in the emoji with image you have defined.
Podstawowe informacje o rozszerzeniu
Nazwa | Github Custom Emoji Addiction |
ID | ldgifpnadmnmiibmmkmhdidfpljlmjmk |
Oficjalny URL | https://chromewebstore.google.com/detail/github-custom-emoji-addic/ldgifpnadmnmiibmmkmhdidfpljlmjmk |
Opis | When you need to have more then the normal emojis in your life. |
Rozmiar pliku | 83.48 KB |
Liczba instalacji | 21 |
Aktualna Wersja | 1.5.4 |
Ostatnia Aktualizacja | 2020-01-09 |
Data Publikacji | 2020-01-08 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | roush.kyle |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "When you need to have more then the normal emojis in your life.", "manifest_version": 2, "name": "Github Custom Emoji Addiction", "version": "1.5.4", "homepage_url": "https:\/\/github.com\/kyleroush\/Custom-Emoji-addiction", "icons": { "48": "logo.png" }, "permissions": [ "storage" ], "browser_action": { "default_title": "Github Custom Emoji Addiction Settings", "default_popup": "popup\/Settings.html" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "dependencies\/jquery.js", "dependencies\/caret.js", "dependencies\/atwho.js", "script.js", "emojis.js" ], "css": [ "dependencies\/atwho.css", "githubEmojiSuggestorStyle.css" ] } ] } |