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.”。

擴展截圖

screenshot

下載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 Copy Paste Input Fields
ID ehllbdckaikdgpjnjfniipgckcjaimli
官方網址 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"
    }
}