Status of Github
This extension shows an icon for the current status of Github
ما هو Status of Github؟
Status of Github هو إضافة Chrome تم تطويرها بواسطة Martin Meredith، والميزة الرئيسية لها هي "This extension shows an icon for the current status of Github".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Status of Github
قم بتنزيل ملفات الامتداد Status of Github بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
A very quick browser extension that adds a button showing the current status of github.com
معلومات أساسية عن التمديد
الاسم | Status of Github |
ID | nciflpommnamonmnphnooobdhdbpmhkf |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/status-of-github/nciflpommnamonmnphnooobdhdbpmhkf |
الوصف | This extension shows an icon for the current status of Github |
حجم الملف | 103 KB |
عدد التثبيتات | 23 |
النسخة الحالية | 0.0.7 |
آخر تحديث | 2019-04-25 |
تاريخ النشر | 2019-04-25 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | Martin Meredith |
نوع الدفع | free |
اللغات المدعومة | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Status of Github", "description": "This extension shows an icon for the current status of Github", "version": "0.0.7", "browser_action": { "default_icon": "images\/[email protected]" }, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "background": { "scripts": [ "scripts\/background.js" ] }, "permissions": [ "alarms", "https:\/\/www.githubstatus.com\/", "notifications" ] } |