Mantis 增强

Mantis Bug Tracker Enhancement

Wat is Mantis 增强?

Mantis 增强 is een Chrome-extensie ontwikkeld door Whikiey, en de belangrijkste functie is "Mantis Bug Tracker Enhancement".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Mantis 增强

Download Mantis 增强-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Mantis 增强 Mantis 增强
ID egibkaijfccgdjlnfaoldmogjokbjkbf
Officiële URL https://chrome.google.com/webstore/detail/mantis-%E5%A2%9E%E5%BC%BA/egibkaijfccgdjlnfaoldmogjokbjkbf
Beschrijving Mantis Bug Tracker Enhancement
Bestandsgrootte 195 KB
Aantal Installaties 30
Huidige Versie 0.6.8
Laatst Bijgewerkt 2017-04-09
Publicatiedatum 2017-04-09
Beoordeling 4.67/5 Totaal 3 Beoordelingen
Ontwikkelaar Whikiey
Betalingswijze free
Ondersteunde Talen 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"
    }
}