TYPO3 Review

TYPO3 Review simplifies reviewing of TYPO3 patches.

TYPO3 Review란 무엇입니까?

TYPO3 Review은(는) https://michielroos.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "TYPO3 Review simplifies reviewing of TYPO3 patches."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

TYPO3 Review 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        TYPO3 Review simplifies reviewing of TYPO3 patches by providing buttons that will directly cherry-pick any change revision right to your locally running instance of http://review.local.typo3.org.

This works for both https://review.typo3.org/ and https://forger.typo3.org/!

Please visit https://local.typo3.org (the https version) once to accept the snakeoil certificate. If you don't, the forger buttons will not work.

You can install your local review environment by cloning https://github.com/Tuurlijk/TYPO3.Review and doing a simple 'vagrant up'.                    

확장 프로그램 기본 정보

이름 TYPO3 Review TYPO3 Review
ID omloegomfdeniikpijekbmggdgmkmkck
공식 URL https://chromewebstore.google.com/detail/typo3-review/omloegomfdeniikpijekbmggdgmkmkck
설명 TYPO3 Review simplifies reviewing of TYPO3 patches.
파일 크기 125 KB
설치 횟수 45
현재 버전 2.0.3
최근 업데이트 2016-07-12
출시 날짜 2016-07-11
개발자 https://michielroos.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/Tuurlijk/TYPO3-Review-helper-for-chrome
도움말 페이지 URL https://github.com/Tuurlijk/TYPO3-Review-helper-for-chrome/issues
지원되는 언어 en,nl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extensionName__",
    "version": "2.0.3",
    "manifest_version": 2,
    "minimum_chrome_version": "22",
    "description": "__MSG_extensionDescription__",
    "homepage_url": "http:\/\/www.donationbasedhosting.org\/",
    "default_locale": "en",
    "permissions": [
        "tabs",
        "webRequest",
        "*:\/\/*.typo3.org\/*"
    ],
    "background": {
        "scripts": [
            "Resources\/JavaScript\/Library.js",
            "Resources\/JavaScript\/Background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "js": [
                "Resources\/JavaScript\/Library.js",
                "Resources\/JavaScript\/Content.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "page_action": {
        "default_icon": {
            "19": "Resources\/Icons\/ToolbarIcon19.png",
            "38": "Resources\/Icons\/ToolbarIcon38.png"
        },
        "default_title": "TYPO3 Review disabled",
        "default_popup": "Resources\/HTML\/Popup.html"
    },
    "icons": {
        "16": "Resources\/Icons\/Icon16.png",
        "48": "Resources\/Icons\/Icon48.png",
        "128": "Resources\/Icons\/Icon128.png"
    },
    "options_page": "Resources\/HTML\/Options.html",
    "web_accessible_resources": [
        "Resources\/HTML\/Popup.html",
        "Resources\/Images\/throbber.svg"
    ]
}