Github Custom Emoji Addiction
When you need to have more then the normal emojis in your life.
ما هو Github Custom Emoji Addiction؟
Github Custom Emoji Addiction هو إضافة Chrome تم تطويرها بواسطة roush.kyle، والميزة الرئيسية لها هي "When you need to have more then the normal emojis in your life.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Github Custom Emoji Addiction
قم بتنزيل ملفات الامتداد Github Custom Emoji Addiction بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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.
معلومات أساسية عن التمديد
الاسم | Github Custom Emoji Addiction |
ID | ldgifpnadmnmiibmmkmhdidfpljlmjmk |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/github-custom-emoji-addic/ldgifpnadmnmiibmmkmhdidfpljlmjmk |
الوصف | When you need to have more then the normal emojis in your life. |
حجم الملف | 83.48 KB |
عدد التثبيتات | 21 |
النسخة الحالية | 1.5.4 |
آخر تحديث | 2020-01-09 |
تاريخ النشر | 2020-01-08 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | roush.kyle |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | 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" ] } ] } |