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 |
| 电子邮箱 | [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"
} | |