Atlassian Browser DevTools

An extension for Developer Tools that helps you inspecting and debugging front-end code of Atlassian products.

Atlassian Browser DevTools란 무엇입니까?

Atlassian Browser DevTools은(는) Atlassian에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "An extension for Developer Tools that helps you inspecting and debugging front-end code of Atlassian products."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Atlassian Browser DevTools 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        This extension adds a new "ABD" tab to the browser devtools.

The ABD extension provides an addition to the browser Developer Tools that can help you inspect and debug Atlassian core products and plugins:

- AUI Deprecations Inspector
- WRM Inspector
- WRM Coverage Browser
- WRM Coverage Recorder

Refer to the manual on how to use it
https://bitbucket.org/atlassian/atlassian-browser-devtools/src/master/README.md                    

확장 프로그램 기본 정보

이름 Atlassian Browser DevTools Atlassian Browser DevTools
ID ifdlelpkchpppgmhmidenfmlhdafbnke
공식 URL https://chromewebstore.google.com/detail/atlassian-browser-devtool/ifdlelpkchpppgmhmidenfmlhdafbnke
설명 An extension for Developer Tools that helps you inspecting and debugging front-end code of Atlassian products.
파일 크기 2.6 MB
설치 횟수 395
현재 버전 2.8.1
최근 업데이트 2022-08-10
출시 날짜 2018-03-25
평점 5.00/5 총 1 개의 평점
개발자 Atlassian
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://bitbucket.org/atlassian/atlassian-browser-devtools/
도움말 페이지 URL https://ecosystem.atlassian.net/jira/software/c/projects/ABD/issues
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Atlassian Browser DevTools",
    "version": "2.8.1",
    "version_name": "2.8.1",
    "description": "An extension for Developer Tools that helps you inspecting and debugging front-end code of Atlassian products.",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png",
        "256": "icons\/icon256.png"
    },
    "devtools_page": "abd_devtools_page.html",
    "background": {
        "scripts": [
            "abd_background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab",
        "webNavigation",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "debugger"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self' 'unsafe-eval';",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAxiKTj5YpAMIMiXqyoBRcqsJt6Qq\/jAh\/NlXZ4MFQlrdF3ACeDzvKA2u8mPfCRWTuOgdRkYwWqQhp2x4sUml\/lnLOVG1iQoT+RzgUq5O4fz8vivCMiy0o6jrnYdiWU0bzNS6ZddX6jcQN8892wO33POceXXmwjZMMMI+g4ze5Da9uqbJM5aU\/C9Xnic1cLMyHXNyw9blBuLDIGn17qyq3aW3IHXHhjdaefJahxcc4uyRpLL+\/lwttaWdPR70WLX+m63SCo8DttS37jvcXay3cHL9\/3Xibeyjp6rzzD9xe3TK\/ccUsh1NOUOdbXPPZj0B6bo5nNFjV1InbJVcg3ryjVQIDAQAB",
    "manifest_version": 2,
    "minimum_chrome_version": "59.0",
    "short_name": "ABD",
    "browser_action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "24": "icons\/icon24.png",
            "32": "icons\/icon32.png"
        },
        "default_title": "ABD",
        "default_popup": "popups\/popup.html"
    },
    "browser_specific_settings": {
        "gecko": {
            "id": "{c5fc733d-e1a9-40ab-858d-dde7133f2e2d}"
        }
    }
}