Bitbucket Issues Viewer
For viewing Bitbucket Issues.
Bitbucket Issues Viewer क्या है?
Bitbucket Issues Viewer Recurship द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "For viewing Bitbucket Issues."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Bitbucket Issues Viewer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
A simple extension that lives on the side of your browser and gives you quick access to the issues present in your Bitbucket account. It has basic offline caching and will soon have features to add new issues + get notifications on issues right in your browser. This extension is being actively updated, please let know any features you may want or suggestions in the tabs above.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | megmjjpgjicpoeabbijigpaohccphbmg |
आधिकारिक URL | https://chrome.google.com/webstore/detail/bitbucket-issues-viewer/megmjjpgjicpoeabbijigpaohccphbmg |
विवरण | For viewing Bitbucket Issues. |
फ़ाइल का आकार | 224 KB |
स्थापना संख्या | 29 |
वर्तमान संस्करण | 0.0.32 |
अंतिम अपडेट | 2015-10-16 |
प्रकाशन तिथि | 2015-10-16 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | Recurship |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://marketlytics.com/playground/ |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Bitbucket Issues Viewer", "version": "0.0.32", "manifest_version": 2, "description": "For viewing Bitbucket Issues.", "icons": { "16": "images\/icon-16.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "default_locale": "en", "background": { "scripts": [ "scripts\/background.min.js", "scripts\/vendor.min.js", "scripts\/script.min.js", "scripts\/BackgroundController.min.js" ] }, "browser_action": { "default_icon": { "19": "images\/icon-16.png", "38": "images\/icon-38.png" }, "default_title": "Bitbucket Issues Viewer", "default_popup": "index.html" }, "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'", "permissions": [ "activeTab", "storage", "notifications" ], "commands": { "_execute_browser_action": { "suggested_key": { "windows": "Ctrl+Shift+9", "mac": "Command+Shift+9" } } } } |