Pivotal Linked Github
Links the pivotal-style syntax messages in Github to Pivotal Tracker stories
ما هو Pivotal Linked Github؟
Pivotal Linked Github هو إضافة Chrome تم تطويرها بواسطة ivan.tse1، والميزة الرئيسية لها هي "Links the pivotal-style syntax messages in Github to Pivotal Tracker stories".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Pivotal Linked Github
قم بتنزيل ملفات الامتداد Pivotal Linked Github بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Links the pivotal-style syntax messages in Github to Pivotal Tracker stories. For example, if your commit message is "[fixes #123456]", then "#123456" will be linked to the pivotal story. This extension also parses and links the pull request's body. Github Repo: https://github.com/ivantsepp/pivotal-linked-github Example PR: https://github.com/ivantsepp/pivotal-linked-github/pull/2 Changelog: 0.0.7 - links now open in new tabs
معلومات أساسية عن التمديد
الاسم | Pivotal Linked Github |
ID | fabegpijepoajdbndhomfomdiejccbmc |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/pivotal-linked-github/fabegpijepoajdbndhomfomdiejccbmc |
الوصف | Links the pivotal-style syntax messages in Github to Pivotal Tracker stories |
حجم الملف | 13.13 KB |
عدد التثبيتات | 24 |
النسخة الحالية | 0.0.7 |
آخر تحديث | 2015-02-11 |
تاريخ النشر | 2015-02-11 |
تقييم | 5.00/5 مجموع تقييمات 3 |
المطور | ivan.tse1 |
نوع الدفع | free |
موقع الإضافة | https://github.com/ivantsepp/pivotal-linked-github |
عنوان صفحة المساعدة | https://github.com/ivantsepp/pivotal-linked-github |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Pivotal Linked Github", "description": "Links the pivotal-style syntax messages in Github to Pivotal Tracker stories", "version": "0.0.7", "author": "Ivan Tse", "icons": { "128": "icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/github.com\/*" ], "js": [ "pivotal-linked-github.js" ] } ] } |