Mantis 增强
Mantis Bug Tracker Enhancement
Mantis 增强とは何ですか?
Mantis 增强はWhikieyによって開発されたChromeの拡張機能で、その主な機能は「Mantis Bug Tracker Enhancement」です。
拡張機能のスクリーンショット
Mantis 增强拡張機能のCRXファイルをダウンロード
Mantis 增强拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
快速填写MantisBT中的日期
批量修改时允许添加注释
检查未关闭的超时未处理的问题 拡張機能の基本情報
| 名前 | |
| ID | egibkaijfccgdjlnfaoldmogjokbjkbf |
| 公式URL | https://chrome.google.com/webstore/detail/mantis-%E5%A2%9E%E5%BC%BA/egibkaijfccgdjlnfaoldmogjokbjkbf |
| 説明 | Mantis Bug Tracker Enhancement |
| ファイルサイズ | 195 KB |
| インストール数 | 30 |
| 現在のバージョン | 0.6.8 |
| 最終更新日 | 2017-04-09 |
| 公開日 | 2017-04-09 |
| 評価 | 4.67/5 合計 3 レビュー |
| 開発者 | Whikiey |
| 支払い方法 | free |
| 対応言語 | 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"
}
} | |