Bitbucket Issues Viewer

For viewing Bitbucket Issues.

Bitbucket Issues Viewerคืออะไร?

Bitbucket Issues Viewer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Recurship และคุณลักษณะหลักของมันคือ "For viewing Bitbucket Issues."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Bitbucket Issues Viewer

ดาวน์โหลดไฟล์ส่วนขยาย Bitbucket Issues Viewer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        A simple extension that lives on the side of your browser and gives you quick access to the issues present in your Bitbucket account. It has basic offline caching and will soon have features to add new issues + get notifications on issues right in your browser.

This extension is being actively updated, please let know any features you may want or suggestions in the tabs above.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Bitbucket Issues Viewer Bitbucket Issues Viewer
ID megmjjpgjicpoeabbijigpaohccphbmg
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/bitbucket-issues-viewer/megmjjpgjicpoeabbijigpaohccphbmg
คำอธิบาย For viewing Bitbucket Issues.
ขนาดไฟล์ 224 KB
จำนวนการติดตั้ง 29
เวอร์ชันปัจจุบัน 0.0.32
อัปเดตครั้งล่าสุด 2015-10-16
วันที่เผยแพร่ 2015-10-16
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Recurship
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://marketlytics.com/playground/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bitbucket Issues Viewer",
    "version": "0.0.32",
    "manifest_version": 2,
    "description": "For viewing Bitbucket Issues.",
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.min.js",
            "scripts\/vendor.min.js",
            "scripts\/script.min.js",
            "scripts\/BackgroundController.min.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-16.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "Bitbucket Issues Viewer",
        "default_popup": "index.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "permissions": [
        "activeTab",
        "storage",
        "notifications"
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Ctrl+Shift+9",
                "mac": "Command+Shift+9"
            }
        }
    }
}