Workshop Toolbox
Toolbox for Steam Workshop modders. Create issues, quick replies and more straight from the workshop page.
Workshop Toolboxとは何ですか?
Workshop ToolboxはKarel Kroezeによって開発されたChromeの拡張機能で、その主な機能は「Toolbox for Steam Workshop modders. Create issues, quick replies and more straight from the workshop page.」です。
拡張機能のスクリーンショット
Workshop Toolbox拡張機能のCRXファイルをダウンロード
Workshop Toolbox拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Workshop Toolbox gives modders the tools they need to manage their Steam Workshop pages. **Engage with your community** Adds an inline reply function to easily reply to individual comments. Quick Replies let you instantly give tailored answers to common questions. **Manage your issues** Create and update GitHub issues directly from the Steam Workshop page. Add extra information to issues when it comes in. **Privacy Policy** Workshop Toolbox only collects data necessary to perform its tasks. We strongly believe that any data _about you_ should be _owned by you_. All the data Workshop Toolbox needs is stored in the browser, and only leaves the browser when necessary. We won't share or sell your data, not now, not ever.
拡張機能の基本情報
名前 | Workshop Toolbox |
ID | lalhehpppgdajheogjfdndokipphehlf |
公式URL | https://chromewebstore.google.com/detail/workshop-toolbox/lalhehpppgdajheogjfdndokipphehlf |
説明 | Toolbox for Steam Workshop modders. Create issues, quick replies and more straight from the workshop page. |
ファイルサイズ | 440 KB |
インストール数 | 137 |
現在のバージョン | 0.0.2 |
最終更新日 | 2021-07-24 |
公開日 | 2021-07-23 |
開発者 | Karel Kroeze |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/Karel-Kroeze/workshop-toolbox |
ヘルプページのURL | https://github.com/Karel-Kroeze/workshop-toolbox/issues |
プライバシーポリシーページのURL | https://github.com/Karel-Kroeze/workshop-toolbox/blob/main/privacy.md |
対応言語 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Workshop Toolbox", "version": "0.0.2", "description": "Toolbox for Steam Workshop modders. Create issues, quick replies and more straight from the workshop page.", "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "https:\/\/steamcommunity.com\/sharedfiles\/*" ], "js": [ "content.js" ], "css": [ "content.css" ] } ], "icons": { "128": "icons\/icon-128.png" }, "options_page": "options.html", "permissions": [ "storage", "identity" ], "web_accessible_resources": [ "icons\/github-inv.png", "icons\/reply.png" ], "manifest_version": 2, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAnY9LUhyzweAgViGYFdEHqtH1g51\/D3jDF9gAiFbXSgNoPm6FrdyF9MvBUMOlzRSPFGNBv8+DH5yHe\/SYqFve68iQ2uHNm+2aUa5obcCP0GIy1S+ypYAZyfxRfw40pVzWK\/lgkQxXDVO7RHiV\/tC6ulnghnfMzd8Gm7Xu5Ctk4G6ZhSBUvn3Mcg1c2MvhxyTC2Jlpi4xVvszP9ThjyfeGVc0Ndr9oUUeL5LISV8gHOWcwyIdUMsqC6Dosx+QP4VleBh3zppQcARHZcAuEUQD9e7ioK\/UBPXcoF8oKw\/FEkQ+59ywiqk1GpgxgxRvTWqJJi4vO0oJA8agqblNIOO0NXQIDAQAB" } |