Gerrit Downloader
Download Gerrit Code Review Comments from the current tab
ما هو Gerrit Downloader؟
Gerrit Downloader هو إضافة Chrome تم تطويرها بواسطة uday vir singh، والميزة الرئيسية لها هي "Download Gerrit Code Review Comments from the current tab".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Gerrit Downloader
قم بتنزيل ملفات الامتداد Gerrit Downloader بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This Small utility that allows users to download code review comments from the currently open tab. This application is in its Beta phase. It is stable, But expect additional features soon. source Code: Icon modified from : https://en.wikipedia.org/wiki/Gerrit_(software)#/media/File:Gerrit_icon.svg
معلومات أساسية عن التمديد
الاسم | Gerrit Downloader |
ID | aegjfgpeolkcfpnlojfgimdcanhdphmm |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/gerrit-downloader/aegjfgpeolkcfpnlojfgimdcanhdphmm |
الوصف | Download Gerrit Code Review Comments from the current tab |
حجم الملف | 12.49 KB |
عدد التثبيتات | 34 |
النسخة الحالية | 0.0.1 |
آخر تحديث | 2016-08-11 |
تاريخ النشر | 2016-08-11 |
تقييم | 5.00/5 مجموع تقييمات 6 |
المطور | uday vir singh |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Gerrit Downloader", "description": "Download Gerrit Code Review Comments from the current tab", "version": "0.0.1", "permissions": [ "activeTab" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_title": "Download Gerrit Code Review Comments from this page", "default_icon": "icon.png" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "manifest_version": 2 } |