Copy Fields
Copy and paste form fields to another page
Что такое Copy Fields?
Copy Fields - это расширение Chrome, разработанное Masudur Rahman, и его основная функция - "Copy and paste form fields to another page".
Снимки экрана расширения
Скачать файл CRX расширения Copy Fields
Скачайте файлы расширений Copy Fields в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Copy Fields from right click menu allow you to paste the field values to another page’s form. It will match field name first, if it doesn’t find the field name matched, then will paste by ascending ordered. Right click on anywhere in the page or input field on one form and use the Copy Fields item in the menu. Having two form fields that are basically identical will let you copy and paste fields smoothly. Cheers!
Основная информация о расширении
Название | |
ID | moondabdgifkjaegjhpnpapcmhhbnemj |
Официальный URL | https://chrome.google.com/webstore/detail/copy-fields/moondabdgifkjaegjhpnpapcmhhbnemj |
Описание | Copy and paste form fields to another page |
Размер файла | 24.53 KB |
Количество установок | 320 |
Текущая Версия | 0.0.0.1 |
Последнее Обновление | 2019-06-11 |
Дата публикации | 2019-06-11 |
Рейтинг | 1.83/5 Всего 6 оценок |
Разработчик | Masudur Rahman |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Copy Fields", "short_name": "copy fields", "version": "0.0.0.1", "description": "Copy and paste form fields to another page", "permissions": [ "clipboardRead", "clipboardWrite", "storage", "tabs", "contextMenus" ], "background": { "scripts": [ "js\/background.js" ] }, "content_scripts": [ { "all_frames": true, "matches": [ "file:\/\/*\/*", "http:\/\/*\/*", "https:\/\/*\/*", " |