Gitmoji

Get gitmojis copied to clipboard

ما هو Gitmoji؟

Gitmoji هو إضافة Chrome تم تطويرها بواسطة Adam Bergman، والميزة الرئيسية لها هي "Get gitmojis copied to clipboard".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Gitmoji

قم بتنزيل ملفات الامتداد Gitmoji بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Gitmoji Chrome Extension is an extension that can be used to get quick acces to the emojis of Gitmoji. And to quote the original author carloscuesta:

”Gitmoji is an initiative to standardize and explain the use of emojis on GitHub commit messages.”                    

معلومات أساسية عن التمديد

الاسم Gitmoji Gitmoji
ID jhhfejfgefheljcenfehikpfmmpglhca
عنوان URL الرسمي https://chromewebstore.google.com/detail/gitmoji/jhhfejfgefheljcenfehikpfmmpglhca
الوصف Get gitmojis copied to clipboard
حجم الملف 385 KB
عدد التثبيتات 36
النسخة الحالية 2.0.0
آخر تحديث 2018-11-08
تاريخ النشر 2018-11-08
المطور Adam Bergman
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/adambrgmn/gitmoji-chrome
عنوان صفحة المساعدة https://github.com/adambrgmn/gitmoji-chrome/issues
عنوان صفحة سياسة الخصوصية https://github.com/adambrgmn
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "2.0.0",
    "name": "Gitmoji",
    "description": "Get gitmojis copied to clipboard",
    "browser_action": {
        "default_title": "Gitmoji",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "storage"
    ]
}