Better traQ
An extension that makes traQ useful
Better traQとは何ですか?
Better traQはJichouPによって開発されたChromeの拡張機能で、その主な機能は「An extension that makes traQ useful」です。
拡張機能のスクリーンショット
Better traQ拡張機能のCRXファイルをダウンロード
Better traQ拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
traQのメイン操作をキーボードだけで行うことが出来るようになります 拡張機能の基本情報
| 名前 | |
| ID | hojfibacpmpjkajifooeclgkdfogehej |
| 公式URL | https://chromewebstore.google.com/detail/better-traq/hojfibacpmpjkajifooeclgkdfogehej |
| 説明 | An extension that makes traQ useful |
| ファイルサイズ | 196 KB |
| インストール数 | 90 |
| 現在のバージョン | 3.1.1 |
| 最終更新日 | 2022-07-26 |
| 公開日 | 2022-05-04 |
| 開発者 | JichouP |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | ja |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Better traQ",
"version": "3.1.1",
"action": {
"default_icon": {
"16": "16.png",
"24": "24.png",
"32": "32.png"
},
"default_title": "Better traQ"
},
"description": "An extension that makes traQ useful",
"icons": {
"16": "16.png",
"48": "48.png",
"128": "128.png"
},
"permissions": [
"declarativeContent",
"storage"
],
"background": {
"service_worker": "background.js",
"type": "module"
},
"content_scripts": [
{
"matches": [
"https:\/\/q.trap.jp\/*"
],
"js": [
"content_scripts.js"
]
}
],
"options_page": "options.html"
} | |