Smart Clipboard

A smarter way to copy and paste text

Hvad er Smart Clipboard?

Smart Clipboard er en Chrome-udvidelse udviklet af BeamData, og dens hovedfunktion er "A smarter way to copy and paste text".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Smart Clipboard-udvidelses-CRX-fil

Download Smart Clipboard-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Smart Clipboard Smart Clipboard
ID fnjemmjmkcedaaenegfdjonbdncjgbje
Officiel URL https://chromewebstore.google.com/detail/smart-clipboard/fnjemmjmkcedaaenegfdjonbdncjgbje
Beskrivelse A smarter way to copy and paste text
Filstørrelse 400 KB
Antal Installationer 27
Nuværende Version 1.0
Senest Opdateret 2023-05-30
Udgivelsesdato 2023-05-16
Udvikler BeamData
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
    }
}