Mantis 增强

Mantis Bug Tracker Enhancement

What is Mantis 增强?

Mantis 增强 is a Chrome extension developed by Whikiey, and its main feature is "Mantis Bug Tracker Enhancement".

Extension Screenshots

screenshot

Download Mantis 增强 Extension CRX File

Download Mantis 增强 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        快速填写MantisBT中的日期
批量修改时允许添加注释
检查未关闭的超时未处理的问题                    

Extension Basic Information

Name Mantis 增强 Mantis 增强
ID egibkaijfccgdjlnfaoldmogjokbjkbf
Official URL https://chrome.google.com/webstore/detail/mantis-%E5%A2%9E%E5%BC%BA/egibkaijfccgdjlnfaoldmogjokbjkbf
Description Mantis Bug Tracker Enhancement
File Size 195 KB
Installation Count 30
Current Version 0.6.8
Last Updated 2017-04-09
Publish Date 2017-04-09
Rating 4.67/5 Total 3 Ratings
Developer Whikiey
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Mantis \u589e\u5f3a",
    "version": "0.6.8",
    "manifest_version": 2,
    "description": "Mantis Bug Tracker Enhancement",
    "icons": {
        "16": "res\/mantis16.ico"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "js\/content.js"
            ],
            "css": []
        }
    ],
    "permissions": [
        "tabs",
        "activeTab",
        "notifications",
        "storage",
        "background",
        "webNavigation",
        "*:\/\/*\/*"
    ],
    "web_accessible_resources": [
        "images\/*.png",
        "images\/*.gif"
    ],
    "page_action": {
        "default_icon": {
            "19": "res\/icon19.png",
            "38": "res\/icon38.png"
        },
        "default_title": "Mantis Bug Tracker Enhancement",
        "default_popup": "popup.html"
    },
    "background": {
        "page": "background.html"
    }
}