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によって開発されたChromeの拡張機能で、その主な機能は「Record the values of the input elements(text boxes, drop-down boxes, check boxes etc) , so you can restored them in future.」です。
拡張機能のスクリーンショット
Input Recorder拡張機能のCRXファイルをダウンロード
Input Recorder拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
1. 记录网站的用户名和密码,下次登录时不用再重新输入。
2. 记录表单中的数据,以后可以瞬间充填。
对web开发、测试人员更加有用。 拡張機能の基本情報
| 名前 | |
| 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"
} | |