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 - это расширение Chrome, разработанное Muhammad Usman Abbasi, и его основная функция - "This Chrome extension allows you to copy values of all input fields from one page and paste them to another page.".
Снимки экрана расширения
Скачать файл CRX расширения Copy Paste Input Fields
Скачайте файлы расширений 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 |
Электронная почта | [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" } } |