One-Click-Copy

This One Click Copy extension will copy predefined text. Developed by Thomas Santiago

One-Click-Copyคืออะไร?

One-Click-Copy เป็นส่วนขยายของ Chrome ที่พัฒนาโดย thomstudio และคุณลักษณะหลักของมันคือ "This One Click Copy extension will copy predefined text. Developed by Thomas Santiago"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย One-Click-Copy

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

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

                        One-Click-Copy: Your Clipboard Companion, Now Even Better!

Tired of repetitive copy-pasting? "One-Click-Copy" is here to streamline your workflow! With the newly updated version 1.2.1, managing and accessing your most-used text snippets has never been easier or more efficient.

(Also discover "One-Click-Copy 2.0": Your upgraded clipboard manager with instant delete, undo, pop-out access, and seamless CSV import/export—designed for the ultimate convenience and data privacy. Please take a look at:
https://chrome.google.com/webstore/detail/one-click-copy-2/jbjmjbhcgjnigggmonfeahdekhkemkip)

What's New in v1.2.1:
• Text Overflow Bug Fixed

What's New in v1.2:

• Expanded Storage: Now save up to 25 predefined text snippets!
• Backup/Restore Feature: Safeguard your saved texts by exporting to CSV and restore them whenever needed. For peace of mind, it's best to use the Backup feature once you've finalized all your predefined texts.
• New Logo: Introducing our refreshed One-Click-Copy logo!
• Donate Button: Love the extension? You can now support us by buying us a beer through the new Donate button.

Key Features:
• Save Time: No more manual searching and copying. One click, and your text is in the clipboard!
• Easy Management: Easily edit your saved texts right from the extension popup.
• Sync Across Devices: Changes you make on one device are automatically updated across all your Chrome instances. (Note: Syncing feature only works when you are not using Developer Mode.)

How to Use:
1. Open the extension popup by clicking the "One-Click-Copy" icon next to your address bar.
2. Use the "Edit" buttons to save your frequently used text snippets.
3. Click the "Copy" button next to each text to copy it to your clipboard.

Made for convenience and efficiency, "One-Click-Copy" is the clipboard manager you didn't know you needed. Say goodbye to tedious routines and hello to a simplified, productive day!                    

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

ชื่อ One-Click-Copy One-Click-Copy
ID bliihfiaeccnmellccdkmengggifnagn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/one-click-copy/bliihfiaeccnmellccdkmengggifnagn
คำอธิบาย This One Click Copy extension will copy predefined text. Developed by Thomas Santiago
ขนาดไฟล์ 16.07 KB
จำนวนการติดตั้ง 98
เวอร์ชันปัจจุบัน 1.2.1
อัปเดตครั้งล่าสุด 2023-10-30
วันที่เผยแพร่ 2023-09-16
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา thomstudio
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "One-Click-Copy",
    "description": "This One Click Copy extension will copy predefined text. Developed by Thomas Santiago",
    "version": "1.2.1",
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icon16.png",
            "48": "icon48.png",
            "128": "icon128.png"
        }
    },
    "permissions": [
        "clipboardWrite",
        "storage"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';"
    }
}