Stijl
Stijl is a dashboard showing all code reviews at multiple code review websites in a single page.
ما هو Stijl؟
Stijl هو إضافة Chrome تم تطويرها بواسطة [email protected]، والميزة الرئيسية لها هي "Stijl is a dashboard showing all code reviews at multiple code review websites in a single page.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Stijl
قم بتنزيل ملفات الامتداد Stijl بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Supported code review tools are:
- Gerrit (e.g. Android, Chrome OS)
- Rietveld (e.g. Chromium)
Source Code is hosted at https://github.com/google/stijl/. معلومات أساسية عن التمديد
| الاسم | |
| ID | cpbiadoobgnpcacjecphfeoonpfccagk |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/stijl/cpbiadoobgnpcacjecphfeoonpfccagk |
| الوصف | Stijl is a dashboard showing all code reviews at multiple code review websites in a single page. |
| حجم الملف | 1.43 MB |
| عدد التثبيتات | 69 |
| النسخة الحالية | 1.0.6 |
| آخر تحديث | 2018-01-23 |
| تاريخ النشر | 2018-01-23 |
| المطور | [email protected] |
| نوع الدفع | free |
| موقع الإضافة | https://github.com/google/stijl/ |
| عنوان صفحة المساعدة | https://github.com/google/stijl/issues/ |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Stijl",
"description": "Stijl is a dashboard showing all code reviews at multiple code review websites in a single page.",
"version": "1.0.6",
"icons": {
"128": "icons\/stijl128.png"
},
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"browser_action": {
"default_icon": "icons\/stijl38.png"
},
"permissions": [
"tabs",
"storage"
],
"optional_permissions": [
"http:\/\/*\/",
"https:\/\/*\/"
]
} | |