TYPO3 Review

TYPO3 Review simplifies reviewing of TYPO3 patches.

Qu'est-ce que TYPO3 Review ?

TYPO3 Review est une extension Chrome développée par https://michielroos.com, et sa fonction principale est "TYPO3 Review simplifies reviewing of TYPO3 patches.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension TYPO3 Review

Téléchargez les fichiers d'extension TYPO3 Review au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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'.                    

Informations de Base sur l'Extension

Nom TYPO3 Review TYPO3 Review
ID omloegomfdeniikpijekbmggdgmkmkck
URL Officiel https://chromewebstore.google.com/detail/typo3-review/omloegomfdeniikpijekbmggdgmkmkck
Description TYPO3 Review simplifies reviewing of TYPO3 patches.
Taille du Fichier 125 KB
Nombre d'Installations 45
Version Actuelle 2.0.3
Dernière Mise à Jour 2016-07-12
Date de Publication 2016-07-11
Développeur https://michielroos.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/Tuurlijk/TYPO3-Review-helper-for-chrome
URL de la Page d'Aide https://github.com/Tuurlijk/TYPO3-Review-helper-for-chrome/issues
Langues Prises en Charge 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"
    ]
}