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은(는) kazcfz에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Easily upload screenshots and images from your clipboard to webpages."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Copy-n-Paste: Image Upload Simplified 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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": [
                ""
            ]
        }
    ]
}