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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον 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 της επέκτασης Input Recorder
Λήψη αρχείων επέκτασης Input Recorder σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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" } |