BitBucket Pull Request Toggle Buttons
Adds Toggle buttons for files in BitBucket Pull Requests
ما هو BitBucket Pull Request Toggle Buttons؟
BitBucket Pull Request Toggle Buttons هو إضافة Chrome تم تطويرها بواسطة soapergem، والميزة الرئيسية لها هي "Adds Toggle buttons for files in BitBucket Pull Requests".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة BitBucket Pull Request Toggle Buttons
قم بتنزيل ملفات الامتداد BitBucket Pull Request Toggle Buttons بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Adds Toggle buttons for files in BitBucket Pull Requests, allowing you to quickly collapse and re-expand sections of the pull request for readability. Now also adds a button to switch to Ignore Whitespace mode.
معلومات أساسية عن التمديد
الاسم | BitBucket Pull Request Toggle Buttons |
ID | hfebajohpclnfhfnlhgndbmcdnlchjjd |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/bitbucket-pull-request-to/hfebajohpclnfhfnlhgndbmcdnlchjjd |
الوصف | Adds Toggle buttons for files in BitBucket Pull Requests |
حجم الملف | 84.88 KB |
عدد التثبيتات | 22 |
النسخة الحالية | 0.5.1.3 |
آخر تحديث | 2016-03-10 |
تاريخ النشر | 2016-03-10 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | soapergem |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة سياسة الخصوصية | http://gordon-myers.com/cepp.html |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "BitBucket Pull Request Toggle Buttons", "short_name": "Toggle Buttons", "version": "0.5.1.3", "description": "Adds Toggle buttons for files in BitBucket Pull Requests", "homepage_url": "http:\/\/gordon-myers.com\/bbprtb", "manifest_version": 2, "icons": { "16": "bbprtb-logo-16.png", "32": "bbprtb-logo-32.png", "48": "bbprtb-logo-48.png", "128": "bbprtb-logo-128.png" }, "content_scripts": [ { "matches": [ "*:\/\/bitbucket.org\/*\/pull-request*" ], "all_frames": true, "js": [ "bbprtb.user.js" ] } ] } |