Better traQ

An extension that makes traQ useful

Cos'è Better traQ?

Better traQ è un'estensione di Chrome sviluppata da JichouP, e la sua funzione principale è "An extension that makes traQ useful".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Better traQ

Scarica i file di estensione Better traQ 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

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

Informazioni di Base sull'Estensione

Nome Better traQ Better traQ
ID hojfibacpmpjkajifooeclgkdfogehej
URL Ufficiale https://chromewebstore.google.com/detail/better-traq/hojfibacpmpjkajifooeclgkdfogehej
Descrizione An extension that makes traQ useful
Dimensione del File 196 KB
Conteggio Installazioni 90
Versione Corrente 3.1.1
Ultimo Aggiornamento 2022-07-26
Data di Pubblicazione 2022-05-04
Sviluppatore JichouP
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
}