Text clipboard

This extension will help you with keeping multiple text values to copy to clipboard

Text clipboardคืออะไร?

Text clipboard เป็นส่วนขยายของ Chrome ที่พัฒนาโดย seva.voloshin และคุณลักษณะหลักของมันคือ "This extension will help you with keeping multiple text values to copy to clipboard"

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

screenshot

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

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

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

                        With this extension you will be allow to paste multiple texts across the tabs to easily copypaste them. Imagine that your clipboard contains not the only one text, but multiple ones for easier selecting which text should be pasted on each tab                    

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

ชื่อ Text clipboard Text clipboard
ID aeghdejlekobjgfdpfniondeobklbgpl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/text-clipboard/aeghdejlekobjgfdpfniondeobklbgpl
คำอธิบาย This extension will help you with keeping multiple text values to copy to clipboard
ขนาดไฟล์ 9.03 KB
จำนวนการติดตั้ง 58
เวอร์ชันปัจจุบัน 1.4
อัปเดตครั้งล่าสุด 2022-06-30
วันที่เผยแพร่ 2021-12-27
ผู้พัฒนา seva.voloshin
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/Volosh1n/text-clipboard-chrome-extension
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Text clipboard",
    "description": "This extension will help you with keeping multiple text values to copy to clipboard",
    "version": "1.4",
    "action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage"
    ]
}