Toggle It ! - By OyeCode

Click to Toggle Developer Mode in VisualForce.

What is Toggle It ! - By OyeCode?

Toggle It ! - By OyeCode is a Chrome extension developed by https://www.oyecode.com, and its main feature is "Click to Toggle Developer Mode in VisualForce.".

Extension Screenshots

screenshot

Download Toggle It ! - By OyeCode Extension CRX File

Download Toggle It ! - By OyeCode extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Toggle It ! - By OyeCode Toggle It ! - By OyeCode
ID cjpcmpioceijmelkgknddeiljogoakbl
Official URL https://chromewebstore.google.com/detail/toggle-it-by-oyecode/cjpcmpioceijmelkgknddeiljogoakbl
Description Click to Toggle Developer Mode in VisualForce.
File Size 8.33 KB
Installation Count 110
Current Version 3.0
Last Updated 2014-02-13
Publish Date 2014-02-12
Rating 4.33/5 Total 3 Ratings
Developer https://www.oyecode.com
Payment Type free
Extension Website http://www.oyecode.com
Supported Languages 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"
}