Switch to eZPublish - Backend

With the help of this extension, you can very easily switch from your frontend eZPublish page to the appropriate Backend page.

什麼是Switch to eZPublish - Backend?

Switch to eZPublish - Backend是由eisbr11開發的Chrome擴展程式,該擴展的主要功能是“With the help of this extension, you can very easily switch from your frontend eZPublish page to the appropriate Backend page.”。

擴展截圖

screenshot
screenshot
screenshot

下載Switch to eZPublish - Backend擴展crx文件

下載Switch to eZPublish - Backend擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        When you are on a certain page of your ezPublish-project and want to edit the contents, this is the eZiest way to go directly to the appropriate backend page. 

First: You need to tell this extension your frontend and backend Urls via the options page

Second: Switch to the appropriate backend page of a certain page with one click on the button. 

That's it!

The Button will automatically turn grey and be disabled, if a page is not known to the extension or if you are in the backend of a page.                    

擴展基本資訊

名稱 Switch to eZPublish - Backend Switch to eZPublish - Backend
ID moadepaeebiafdijcdaefamlkoeojcdi
官方網址 https://chrome.google.com/webstore/detail/switch-to-ezpublish-backe/moadepaeebiafdijcdaefamlkoeojcdi
簡介 With the help of this extension, you can very easily switch from your frontend eZPublish page to the appropriate Backend page.
檔案大小 83.58 KB
安裝次數 36
目前版本 1.2
更新時間 2012-10-12
上架時間 2012-10-12
評分 5.00/5 共 3 次評分
開發者 eisbr11
付費類型 free
擴展官網 http://www.silversolutions.de/
說明頁面URL http://www.ez-publish-blog.de/
支援的語言 en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Switch to eZPublish - Backend",
    "version": "1.2",
    "manifest_version": 2,
    "description": "With the help of this extension, you can very easily switch from your frontend eZPublish page to the appropriate Backend page.",
    "browser_action": {
        "default_icon": "go-to-Backend48x48.png",
        "default_title": "eZ Publish Backend Switcher"
    },
    "icons": {
        "16": "go-to-Backend16x16.png",
        "48": "go-to-Backend48x48.png",
        "128": "go-to-Backend128x128.png"
    },
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "notifications"
    ],
    "background": {
        "scripts": [
            "jquery-1.7.2.min.js",
            "goto_backend.js"
        ]
    }
}