Atlassian Toolbox

Provides tools and tweaks for the Atlassian suite.

Atlassian Toolbox là gì?

Atlassian Toolbox là một tiện ích mở rộng Chrome được phát triển bởi Michiel Roos, và tính năng chính của nó là "Provides tools and tweaks for the Atlassian suite.".

Tải xuống tệp CRX của tiện ích mở rộng Atlassian Toolbox

Tải xuống các tệp mở rộng Atlassian Toolbox dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Atlassian Toolbox Atlassian Toolbox
ID jbclmdpehdfpfhinilgahhfbjcogobge
URL Chính Thức https://chrome.google.com/webstore/detail/atlassian-toolbox/jbclmdpehdfpfhinilgahhfbjcogobge
Mô tả Provides tools and tweaks for the Atlassian suite.
Kích Thước Tệp 35.95 KB
Số Lần Cài Đặt 130
Phiên Bản Hiện Tại 2.0.0
Cập Nhật Lần Cuối 2017-01-02
Ngày Phát Hành 2017-01-02
Nhà Phát Triển Michiel Roos
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
    }
}