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."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Workshop Toolbox 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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
이메일 [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"
}