Enable Every Element On Page
This extension will enable all disabled elements and mark them as read/write
什么是Enable Every Element On Page?
Enable Every Element On Page是由steve.ianson开发的Chrome扩展程序,该扩展的主要功能是“This extension will enable all disabled elements and mark them as read/write”。
下载Enable Every Element On Page扩展crx文件
下载Enable Every Element On Page扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Sets readonly and disabled to false for every element on page 扩展基本信息
| 名称 | |
| ID | cmbchgjlbeahmfdfhibkbdjcfhdbijdd |
| 官方URL | https://chrome.google.com/webstore/detail/enable-every-element-on-p/cmbchgjlbeahmfdfhibkbdjcfhdbijdd |
| 简介 | This extension will enable all disabled elements and mark them as read/write |
| 文件大小 | 4.53 KB |
| 安装次数 | 3,000 |
| 当前版本 | 1.0 |
| 更新时间 | 2016-05-25 |
| 上架时间 | 2016-05-25 |
| 评分 | 5.00/5 共2次评分 |
| 开发者 | steve.ianson |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Enable Every Element On Page",
"description": "This extension will enable all disabled elements and mark them as read\/write",
"version": "1.0",
"permissions": [
"activeTab"
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"browser_action": {
"default_title": "Enable elements",
"default_icon": "edit1919.png"
},
"manifest_version": 2
} | |