Atlassian Toolbox
Provides tools and tweaks for the Atlassian suite.
Atlassian Toolbox क्या है?
Atlassian Toolbox Michiel Roos द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Provides tools and tweaks for the Atlassian suite."।
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Atlassian Toolbox एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension is deprecated. Please use the native extensions instead: https://marketplace.atlassian.com/plugins/com.michielroos.bitbucket-keyboard-shortcuts https://marketplace.atlassian.com/plugins/com.michielroos.jira-keyboard-shortcuts https://marketplace.atlassian.com/plugins/com.michielroos.bitbucket.chainsaw
एक्सटेंशन की मूल जानकारी
नाम | |
ID | jbclmdpehdfpfhinilgahhfbjcogobge |
आधिकारिक URL | https://chrome.google.com/webstore/detail/atlassian-toolbox/jbclmdpehdfpfhinilgahhfbjcogobge |
विवरण | Provides tools and tweaks for the Atlassian suite. |
फ़ाइल का आकार | 35.95 KB |
स्थापना संख्या | 130 |
वर्तमान संस्करण | 2.0.0 |
अंतिम अपडेट | 2017-01-02 |
प्रकाशन तिथि | 2017-01-02 |
डेवलपर | Michiel Roos |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en,nl |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extensionName__", "version": "2.0.0", "manifest_version": 2, "minimum_chrome_version": "22", "description": "__MSG_extensionDescription__", "homepage_url": "https:\/\/www.michielroos.com\/", "default_locale": "en", "permissions": [ "storage", "tabs", "webRequest" ], "background": { "scripts": [ "Resources\/JavaScript\/Library.js", "Resources\/JavaScript\/Background.js" ], "persistent": true }, "content_scripts": [ { "js": [ "Resources\/JavaScript\/Library.js", "Resources\/JavaScript\/Content.js" ], "matches": [ "*:\/\/*\/*" ] } ], "icons": { "16": "Resources\/Icons\/Icon16.png", "48": "Resources\/Icons\/Icon48.png", "128": "Resources\/Icons\/Icon128.png" }, "options_ui": { "page": "Resources\/HTML\/Options.html", "chrome_style": true } } |