Github Custom Emoji Addiction
When you need to have more then the normal emojis in your life.
Vad är Github Custom Emoji Addiction?
Github Custom Emoji Addiction är en Chrome-tillägg utvecklad av roush.kyle, och dess huvudfunktion är "When you need to have more then the normal emojis in your life.".
Tilläggsskärmbilder
Ladda ner Github Custom Emoji Addiction-förlängningens CRX-fil
Ladda ner Github Custom Emoji Addiction-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Github Custom Emoji Addiction |
ID | ldgifpnadmnmiibmmkmhdidfpljlmjmk |
Officiell webbadress | https://chromewebstore.google.com/detail/github-custom-emoji-addic/ldgifpnadmnmiibmmkmhdidfpljlmjmk |
Beskrivning | When you need to have more then the normal emojis in your life. |
Filstorlek | 83.48 KB |
Antal Installationer | 21 |
Aktuell Version | 1.5.4 |
Senast Uppdaterad | 2020-01-09 |
Publiceringsdatum | 2020-01-08 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | roush.kyle |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" ] } ] } |