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是由http://www.bugpurge.com开发的Chrome扩展程序,该扩展的主要功能是“Take screenshots of web pages and easily upload them to your Bug Purge bug tracking account”。

扩展截图

screenshot
screenshot
screenshot

下载Bug Purge Screenshot Tool扩展crx文件

下载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"
            ]
        }
    ]
}