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 |
Eメール | [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 } |