Bug Purge Screenshot Tool

Take screenshots of web pages and easily upload them to your Bug Purge bug tracking account

Bug Purge Screenshot Toolคืออะไร?

Bug Purge Screenshot Tool เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://www.bugpurge.com และคุณลักษณะหลักของมันคือ "Take screenshots of web pages and easily upload them to your Bug Purge bug tracking account"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Bug Purge Screenshot Tool

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

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

                        Capture screenshots of bugs on web pages and applications and automatically upload them to your Bug Purge account using the screenshot tool.

Bug Purge has reinvented bug tracking software, making it even easier to keep track of bugs, and even recreate them. Collaborate as part of a team or just use it for your personal projects. Bug Purge is designed to take the hassle out of bug fixing sessions, displaying commented screenshots so you always know exactly where bugs were found.

Why not give it a try?                    

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

ชื่อ Bug Purge Screenshot Tool Bug Purge Screenshot Tool
ID pgifhcackcfdkhdljjphliibfddpfbak
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/bug-purge-screenshot-tool/pgifhcackcfdkhdljjphliibfddpfbak
คำอธิบาย Take screenshots of web pages and easily upload them to your Bug Purge bug tracking account
ขนาดไฟล์ 136 KB
จำนวนการติดตั้ง 16
เวอร์ชันปัจจุบัน 2.2
อัปเดตครั้งล่าสุด 2014-05-18
วันที่เผยแพร่ 2014-05-18
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา http://www.bugpurge.com
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bug Purge Screenshot Tool",
    "version": "2.2",
    "description": "Take screenshots of web pages and easily upload them to your Bug Purge bug tracking account",
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "camera.png",
        "default_popup": "popup.html",
        "default_title": "Take a screen shot and upload it to Bug Purge"
    },
    "permissions": [
        "tabs",
        ""
    ],
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.min.js",
                "jquery-ui.min.js"
            ]
        }
    ]
}