Copy Paste Input Fields
This Chrome extension allows you to copy values of all input fields from one page and paste them to another page.
Copy Paste Input Fieldsとは何ですか?
Copy Paste Input FieldsはMuhammad Usman Abbasiによって開発されたChromeの拡張機能で、その主な機能は「This Chrome extension allows you to copy values of all input fields from one page and paste them to another page.」です。
拡張機能のスクリーンショット
Copy Paste Input Fields拡張機能のCRXファイルをダウンロード
Copy Paste Input Fields拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This Chrome extension allows you to copy values of all input fields from one page and paste them to another page. This can be useful when copy pasting a lot of fields from staging to production or during QA. NOTE: Currently, the extension only supports copy/pasting of Input fields.
拡張機能の基本情報
名前 | Copy Paste Input Fields |
ID | ehllbdckaikdgpjnjfniipgckcjaimli |
公式URL | https://chromewebstore.google.com/detail/copy-paste-input-fields/ehllbdckaikdgpjnjfniipgckcjaimli |
説明 | This Chrome extension allows you to copy values of all input fields from one page and paste them to another page. |
ファイルサイズ | 30.44 KB |
インストール数 | 106 |
現在のバージョン | 1.0 |
最終更新日 | 2023-08-07 |
公開日 | 2023-08-07 |
評価 | 3.50/5 合計 4 レビュー |
開発者 | Muhammad Usman Abbasi |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Copy Paste Input Fields", "version": "1.0", "description": "This Chrome extension allows you to copy values of all input fields from one page and paste them to another page.", "permissions": [ "scripting", "activeTab", "storage" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "icon.png", "48": "icon.png", "128": "icon.png" } }, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" } } |