Mantis 增强
Mantis Bug Tracker Enhancement
Cos'è Mantis 增强?
Mantis 增强 è un'estensione di Chrome sviluppata da Whikiey, e la sua funzione principale è "Mantis Bug Tracker Enhancement".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Mantis 增强
Scarica i file di estensione Mantis 增强 in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
快速填写MantisBT中的日期
批量修改时允许添加注释
检查未关闭的超时未处理的问题 Informazioni di Base sull'Estensione
| Nome | |
| ID | egibkaijfccgdjlnfaoldmogjokbjkbf |
| URL Ufficiale | https://chrome.google.com/webstore/detail/mantis-%E5%A2%9E%E5%BC%BA/egibkaijfccgdjlnfaoldmogjokbjkbf |
| Descrizione | Mantis Bug Tracker Enhancement |
| Dimensione del File | 195 KB |
| Conteggio Installazioni | 30 |
| Versione Corrente | 0.6.8 |
| Ultimo Aggiornamento | 2017-04-09 |
| Data di Pubblicazione | 2017-04-09 |
| Valutazione | 4.67/5 Totale 3 Valutazioni |
| Sviluppatore | Whikiey |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
}
} | |