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開發的Chrome擴展程式,該擴展的主要功能是“This extension duplicates the current tab and launches the TYPO3 CMS backend.”。
擴展截圖
下載Fast TYPO3 CMS Backend switch擴展crx文件
下載Fast TYPO3 CMS Backend switch擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension duplicates the current tab and launches the TYPO3 CMS backend.
擴展基本資訊
名稱 | Fast TYPO3 CMS Backend switch |
ID | dffllhednglghapndiogljkiegghfjom |
官方網址 | 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" } |