Better traQ

An extension that makes traQ useful

What is Better traQ?

Better traQ is a Chrome extension developed by JichouP, and its main feature is "An extension that makes traQ useful".

Extension Screenshots

screenshot

Download Better traQ Extension CRX File

Download Better traQ extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        traQのメイン操作をキーボードだけで行うことが出来るようになります                    

Extension Basic Information

Name Better traQ Better traQ
ID hojfibacpmpjkajifooeclgkdfogehej
Official URL https://chromewebstore.google.com/detail/better-traq/hojfibacpmpjkajifooeclgkdfogehej
Description An extension that makes traQ useful
File Size 196 KB
Installation Count 90
Current Version 3.1.1
Last Updated 2022-07-26
Publish Date 2022-05-04
Developer JichouP
Email [email protected]
Payment Type free
Supported Languages 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"
}