Input Recorder
Record the values of the input elements(text boxes, drop-down boxes, check boxes etc) , so you can restored them in future.
Input Recorder क्या है?
Input Recorder https://manxisuo.tk द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Record the values of the input elements(text boxes, drop-down boxes, check boxes etc) , so you can restored them in future."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Input Recorder एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
1. 记录网站的用户名和密码,下次登录时不用再重新输入。 2. 记录表单中的数据,以后可以瞬间充填。 对web开发、测试人员更加有用。
एक्सटेंशन की मूल जानकारी
नाम | Input Recorder |
ID | endkfhomobijnknngmdfcooaafdmfbfj |
आधिकारिक URL | https://chromewebstore.google.com/detail/input-recorder/endkfhomobijnknngmdfcooaafdmfbfj |
विवरण | Record the values of the input elements(text boxes, drop-down boxes, check boxes etc) , so you can restored them in future. |
फ़ाइल का आकार | 116 KB |
स्थापना संख्या | 29 |
वर्तमान संस्करण | 1.0.6 |
अंतिम अपडेट | 2013-11-18 |
प्रकाशन तिथि | 2013-11-18 |
रेटिंग | 4.00/5 कुल 1 रेटिंग्स |
डेवलपर | https://manxisuo.tk |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://manxisuo.tk/2013/11/10/input-recorder/ |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "description": "__MSG_extDescription__", "version": "1.0.6", "default_locale": "en", "icons": { "16": "img\/16.png", "48": "img\/48.png", "128": "img\/128.png" }, "browser_action": { "default_icon": "img\/48.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "style\/injected.css" ], "js": [ "script\/jquery-1.9.1.min.js", "script\/injected.js" ] } ], "permissions": [ "tabs" ], "web_accessible_resources": [ "script\/jquery.min.map" ], "options_page": "options.html" } |