Fast TYPO3 CMS Backend switch
This extension duplicates the current tab and launches the TYPO3 CMS backend.
Fast TYPO3 CMS Backend switch क्या है?
Fast TYPO3 CMS Backend switch Patrick Chevalier द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension duplicates the current tab and launches the TYPO3 CMS backend."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Fast TYPO3 CMS Backend switch एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension duplicates the current tab and launches the TYPO3 CMS backend.
एक्सटेंशन की मूल जानकारी
नाम | Fast TYPO3 CMS Backend switch |
ID | dffllhednglghapndiogljkiegghfjom |
आधिकारिक URL | https://chromewebstore.google.com/detail/fast-typo3-cms-backend-sw/dffllhednglghapndiogljkiegghfjom |
विवरण | This extension duplicates the current tab and launches the TYPO3 CMS backend. |
फ़ाइल का आकार | 20.6 KB |
स्थापना संख्या | 209 |
वर्तमान संस्करण | 1.0.7 |
अंतिम अपडेट | 2014-02-23 |
प्रकाशन तिथि | 2014-02-23 |
रेटिंग | 4.50/5 कुल 6 रेटिंग्स |
डेवलपर | Patrick Chevalier |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://t3dev.graustich.com/ |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "Resources\/Public\/Icons\/icon-32.png" }, "description": "This extension duplicates the current tab and launches the TYPO3 CMS backend.", "icons": { "128": "Resources\/Public\/Icons\/icon-128.png", "48": "Resources\/Public\/Icons\/icon-48.png", "32": "Resources\/Public\/Icons\/icon-32.png", "16": "Resources\/Public\/Icons\/icon-16.png" }, "name": "Fast TYPO3 CMS Backend switch", "short_name": "TYPO3 Backend", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "version": "1.0.7", "manifest_version": 2, "author": "Patrick Lischka" } |