Input Recorder
Record the values of the input elements(text boxes, drop-down boxes, check boxes etc) , so you can restored them in future.
Vad är Input Recorder?
Input Recorder är en Chrome-tillägg utvecklad av https://manxisuo.tk, och dess huvudfunktion är "Record the values of the input elements(text boxes, drop-down boxes, check boxes etc) , so you can restored them in future.".
Tilläggsskärmbilder
Ladda ner Input Recorder-förlängningens CRX-fil
Ladda ner Input Recorder-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
1. 记录网站的用户名和密码,下次登录时不用再重新输入。
2. 记录表单中的数据,以后可以瞬间充填。
对web开发、测试人员更加有用。 Grundläggande Information om Tillägg
| Namn | |
| ID | endkfhomobijnknngmdfcooaafdmfbfj |
| Officiell webbadress | https://chromewebstore.google.com/detail/input-recorder/endkfhomobijnknngmdfcooaafdmfbfj |
| Beskrivning | Record the values of the input elements(text boxes, drop-down boxes, check boxes etc) , so you can restored them in future. |
| Filstorlek | 116 KB |
| Antal Installationer | 29 |
| Aktuell Version | 1.0.6 |
| Senast Uppdaterad | 2013-11-18 |
| Publiceringsdatum | 2013-11-18 |
| Betyg | 4.00/5 Totalt 1 Betyg |
| Utvecklare | https://manxisuo.tk |
| Betalningssätt | free |
| Tilläggswebbplats | http://manxisuo.tk/2013/11/10/input-recorder/ |
| Stödda Språk | 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"
} | |