Multiple Text Clipboard

Copy multiple text items to your browser history. You can easy paste them later

Multiple Text Clipboardคืออะไร?

Multiple Text Clipboard เป็นส่วนขยายของ Chrome ที่พัฒนาโดย developsoftby และคุณลักษณะหลักของมันคือ "Copy multiple text items to your browser history. You can easy paste them later"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Multiple Text Clipboard

ดาวน์โหลดไฟล์ส่วนขยาย Multiple Text Clipboard ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Now you can copy and paste any count of text pieces you want.
It simplifies your work with huge forms that require to fill a lot of fields.
Use default shortcuts (Alt+C, Alt+V) or set your own ones to copy and paste (chrome://extensions/shortcuts).
You can preserve the copied items as long as you need. Or it's easy to delete by one or clear all clipboard.
The extension has just one setting: you can turn on the night mode if you prefer to work with dark themes.

! After installing this extension, update the previously opened tab if you want to use it on this page.
! In accordance with the rules for expanding the web store, Chrome cannot work on store pages and on the home page. Please open any other site after installing this extension and check how the extension will work on it.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Multiple Text Clipboard Multiple Text Clipboard
ID dmdffoigjbcpfeopgocacadbdohjmfjj
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/multiple-text-clipboard/dmdffoigjbcpfeopgocacadbdohjmfjj
คำอธิบาย Copy multiple text items to your browser history. You can easy paste them later
ขนาดไฟล์ 11.15 KB
จำนวนการติดตั้ง 877
เวอร์ชันปัจจุบัน 0.0.0.10
อัปเดตครั้งล่าสุด 2019-09-18
วันที่เผยแพร่ 2019-09-18
คะแนน 4.75/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา developsoftby
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Multiple Text Clipboard",
    "version": "0.0.0.10",
    "description": "Copy multiple text items to your browser history. You can easy paste them later",
    "permissions": [
        "tabs",
        "activeTab",
        "declarativeContent",
        "clipboardRead",
        "clipboardWrite",
        "storage"
    ],
    "oauth2": {
        "client_id": "466235111473-do77bo1km1u1qng0ei2kmoa0lt1rn5tr.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/plus.login",
            "https:\/\/www.googleapis.com\/auth\/chromewebstore.readonly"
        ]
    },
    "options_page": "options.html",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "commands": {
        "copy": {
            "suggested_key": {
                "default": "Alt+C",
                "windows": "Alt+C",
                "mac": "Alt+C"
            },
            "description": "Copy text"
        },
        "_execute_page_action": {
            "suggested_key": {
                "default": "Alt+V",
                "windows": "Alt+V",
                "mac": "Alt+V"
            }
        }
    },
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/16.png",
            "32": "images\/32.png",
            "48": "images\/48.png",
            "128": "images\/128.png"
        }
    },
    "icons": {
        "16": "images\/16.png",
        "32": "images\/32.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "manifest_version": 2
}