Copy-n-Paste: Image Upload Simplified

Easily upload screenshots and images from your clipboard to webpages.

Copy-n-Paste: Image Upload Simplifiedคืออะไร?

Copy-n-Paste: Image Upload Simplified เป็นส่วนขยายของ Chrome ที่พัฒนาโดย kazcfz และคุณลักษณะหลักของมันคือ "Easily upload screenshots and images from your clipboard to webpages."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Copy-n-Paste: Image Upload Simplified

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

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

                        Copy-n-Paste is a lightweight Chromium extension designed to simplify the process of uploading images from your clipboard directly to webpages, eliminating the prior need to save them as files.

🚀 Features
▪ Completely free and open source!
▪ Lightweight – Only 0.02MB!
▪ Clean & Simple GUI – 1 interface only!
▪ Screenshot upload – Simply snap and upload!
▪ Copy and Paste – Copy images online!
▪ Drag and Drop – Drag files directly from your computer!
▪ Wide cross-site compatibility – Works on popular websites (Facebook, Instagram, Twitter, YouTube, and more)!


🔐 Full Privacy
We do not collect any data or usage information.


⚙️ Update
v1.1.1
▪ Improved compatibility for even more sites
▪ Fixed overlay not appearing
▪ Fixed overlay not closing
▪ Fixed overlay appearing at top-left corner
▪ Fixed reading error

v1.1.0
▪ Added 'Drag and Drop'
▪ Added 'Copy images online'
▪ Added support for custom inputs used in popular sites
▪ Improved GUI usability and adaptability
▪ Mirror original input's accepted file types
▪ Duplicate text bug fix


🔗 GitHub
https://github.com/kazcfz/Copy-n-Paste

🚩 Report an issue
https://github.com/kazcfz/Copy-n-Paste/issues?q=is%3Aissue                    

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

ชื่อ Copy-n-Paste: Image Upload Simplified Copy-n-Paste: Image Upload Simplified
ID bnmdedmhngbeofnafobjmcihealecgnf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/copy-n-paste-image-upload/bnmdedmhngbeofnafobjmcihealecgnf
คำอธิบาย Easily upload screenshots and images from your clipboard to webpages.
ขนาดไฟล์ 17.7 KB
จำนวนการติดตั้ง 55
เวอร์ชันปัจจุบัน 1.1.1
อัปเดตครั้งล่าสุด 2024-02-07
วันที่เผยแพร่ 2024-02-04
คะแนน 5.00/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา kazcfz
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/kazcfz/Copy-n-Paste
URL หน้าช่วยเหลือ https://github.com/kazcfz/Copy-n-Paste/issues?q=is%3Aissue
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Copy-n-Paste: Image Upload Simplified",
    "version": "1.1.1",
    "description": "Easily upload screenshots and images from your clipboard to webpages.",
    "action": [],
    "icons": {
        "16": ".\/icons\/icon16.png",
        "48": ".\/icons\/icon48.png",
        "128": ".\/icons\/icon128.png"
    },
    "permissions": [
        "clipboardRead"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "exclude_matches": [
                "*:\/\/steamcommunity.com\/id\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "overlay.html"
            ],
            "matches": [
                ""
            ]
        }
    ]
}