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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension will enable all disabled elements and mark them as read/write"।
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Enable Every Element On Page एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 } |