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.」です。
拡張機能のスクリーンショット
Atlassian Browser DevTools拡張機能のCRXファイルをダウンロード
Atlassian Browser DevTools拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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}"
}
}
} | |