GitHub Notifications
Read yours or your organization's GitHub's notifications easily !
ما هو GitHub Notifications؟
GitHub Notifications هو إضافة Chrome تم تطويرها بواسطة http://remidelhaye.fr، والميزة الرئيسية لها هي "Read yours or your organization's GitHub's notifications easily !".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة GitHub Notifications
قم بتنزيل ملفات الامتداد GitHub Notifications بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Read yours or your organization's Github's notification easily with GitHub Notifications ! Secure Authentification & ADD FREE !
معلومات أساسية عن التمديد
الاسم | |
ID | jmpadkhpecdeoaemalgabhofdpaeiegl |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/github-notifications/jmpadkhpecdeoaemalgabhofdpaeiegl |
الوصف | Read yours or your organization's GitHub's notifications easily ! |
حجم الملف | 39.65 KB |
عدد التثبيتات | 29 |
النسخة الحالية | 1.2.0 |
آخر تحديث | 2013-08-24 |
تاريخ النشر | 2013-08-24 |
تقييم | 4.50/5 مجموع تقييمات 6 |
المطور | http://remidelhaye.fr |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "GitHub Notifications", "description": "Read yours or your organization's GitHub's notifications easily !", "version": "1.2.0", "browser_action": { "default_popup": "popup.html", "default_icon": { "19": "19.png", "38": "38.png" } }, "author": "R\u00e9mi Delhaye (@RemiDelhaye)", "permissions": [ "notifications", "storage", "background" ], "background": { "scripts": [ "gitAPI\/lib\/underscore-min.js", "gitAPI\/lib\/base64.js", "gitAPI\/github.js", "background.js" ] }, "web_accessible_resources": [ "48.png" ] } |