Atlassian Toolbox
Provides tools and tweaks for the Atlassian suite.
Atlassian Toolboxคืออะไร?
Atlassian Toolbox เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Michiel Roos และคุณลักษณะหลักของมันคือ "Provides tools and tweaks for the Atlassian suite."
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Atlassian Toolbox
ดาวน์โหลดไฟล์ส่วนขยาย Atlassian Toolbox ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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 } } |