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 |
| 官方URL | 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"
} | |