Smart Clipboard

A smarter way to copy and paste text

Smart Clipboard란 무엇입니까?

Smart Clipboard은(는) BeamData에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A smarter way to copy and paste text"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Smart Clipboard 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Smart Clipboard is a powerful browser extension that enhances your copy and paste experience. With Smart Clipboard, you can easily copy and save text from websites, documents, or any other source, allowing you to organize and access your copied content with ease.

The extension provides a seamless integration with your browser, adding a convenient "Copy and Save" option to the right-click context menu. Simply select the desired text, right-click, and choose "Copy and Save" to instantly store it in your Smart Clipboard.

Smart Clipboard keeps a history of all your copied text, allowing you to access and manage your saved entries in a dedicated popup window. The clipboard history is persistently stored, even when you close your browser, ensuring that your valuable information is always available whenever you need it.

The intuitive user interface of Smart Clipboard lets you easily navigate through your saved entries. Each entry is displayed with a timestamp, making it easy to identify and retrieve the text you need. You can copy any saved entry back to your clipboard with just a click of a button, enabling seamless pasting into your desired destination.

But Smart Clipboard doesn't stop there. It also provides the flexibility to remove individual entries from your clipboard history. Each entry is accompanied by a delete button, allowing you to selectively remove unwanted items and keep your clipboard organized.

Smart Clipboard also supports dark mode, providing a sleek and eye-friendly interface that adapts to your preferences. With its clean design and user-friendly functionality, Smart Clipboard is the ultimate tool to boost your productivity and streamline your copy and paste workflow.

Try Smart Clipboard today and experience the convenience of effortless copying, saving, and organizing your text like never before.                    

확장 프로그램 기본 정보

이름 Smart Clipboard Smart Clipboard
ID fnjemmjmkcedaaenegfdjonbdncjgbje
공식 URL https://chromewebstore.google.com/detail/smart-clipboard/fnjemmjmkcedaaenegfdjonbdncjgbje
설명 A smarter way to copy and paste text
파일 크기 400 KB
설치 횟수 27
현재 버전 1.0
최근 업데이트 2023-05-30
출시 날짜 2023-05-16
개발자 BeamData
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Smart Clipboard",
    "version": "1.0",
    "description": "A smarter way to copy and paste text",
    "permissions": [
        "contextMenus",
        "storage",
        "activeTab"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icon-16.png",
            "48": "icon-48.png",
            "128": "icon-128.png"
        }
    },
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    }
}