TYPO3 Review
TYPO3 Review simplifies reviewing of TYPO3 patches.
TYPO3 Review क्या है?
TYPO3 Review https://michielroos.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "TYPO3 Review simplifies reviewing of TYPO3 patches."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में TYPO3 Review एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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" ] } |