Toggle It ! - By OyeCode
Click to Toggle Developer Mode in VisualForce.
什麼是Toggle It ! - By OyeCode?
Toggle It ! - By OyeCode是由https://www.oyecode.com開發的Chrome擴展程式,該擴展的主要功能是“Click to Toggle Developer Mode in VisualForce.”。
擴展截圖
下載Toggle It ! - By OyeCode擴展crx文件
下載Toggle It ! - By OyeCode擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
                        To debug javascript on visualforce page in Salesforce.com, quite often user have to turn off 'Development Mode' on and off. This application will let you toggle on/off in one click in and no time and makes life easy for your debug JavaScript on pages. The objective is to make life easy for developer and make a handy tool                     擴展基本資訊
| 名稱 |   |  
| ID | cjpcmpioceijmelkgknddeiljogoakbl | 
| 官方網址 | https://chromewebstore.google.com/detail/toggle-it-by-oyecode/cjpcmpioceijmelkgknddeiljogoakbl | 
| 簡介 | Click to Toggle Developer Mode in VisualForce. | 
| 檔案大小 | 8.33 KB | 
| 安裝次數 | 110 | 
| 目前版本 | 3.0 | 
| 更新時間 | 2014-02-13 | 
| 上架時間 | 2014-02-12 | 
| 評分 | 4.33/5 共 3 次評分 | 
| 開發者 | https://www.oyecode.com | 
| 付費類型 | free | 
| 擴展官網 | http://www.oyecode.com | 
| 支援的語言 | en | 
| manifest.json | |
 {
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "upabove48.png"
    },
    "description": "Click to Toggle Developer Mode in VisualForce.",
    "manifest_version": 2,
    "name": "Toggle It ! - By OyeCode",
    "shortname": "Toggle Salesforce DevMode",
    "permissions": [
        "https:\/\/*.force.com\/",
        "activeTab"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "3.0"
}  |  |