Atlassian Browser DevTools

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

Wat is Atlassian Browser DevTools?

Atlassian Browser DevTools is een Chrome-extensie ontwikkeld door Atlassian, en de belangrijkste functie is "An extension for Developer Tools that helps you inspecting and debugging front-end code of Atlassian products.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Atlassian Browser DevTools

Download Atlassian Browser DevTools-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Atlassian Browser DevTools Atlassian Browser DevTools
ID ifdlelpkchpppgmhmidenfmlhdafbnke
Officiële URL https://chromewebstore.google.com/detail/atlassian-browser-devtool/ifdlelpkchpppgmhmidenfmlhdafbnke
Beschrijving An extension for Developer Tools that helps you inspecting and debugging front-end code of Atlassian products.
Bestandsgrootte 2.6 MB
Aantal Installaties 395
Huidige Versie 2.8.1
Laatst Bijgewerkt 2022-08-10
Publicatiedatum 2018-03-25
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Atlassian
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://bitbucket.org/atlassian/atlassian-browser-devtools/
Help Pagina-URL https://ecosystem.atlassian.net/jira/software/c/projects/ABD/issues
Ondersteunde Talen 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}"
        }
    }
}