Smart Clipboard

A smarter way to copy and paste text

Vad är Smart Clipboard?

Smart Clipboard är en Chrome-tillägg utvecklad av BeamData, och dess huvudfunktion är "A smarter way to copy and paste text".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Smart Clipboard-förlängningens CRX-fil

Ladda ner Smart Clipboard-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Smart Clipboard Smart Clipboard
ID fnjemmjmkcedaaenegfdjonbdncjgbje
Officiell webbadress https://chromewebstore.google.com/detail/smart-clipboard/fnjemmjmkcedaaenegfdjonbdncjgbje
Beskrivning A smarter way to copy and paste text
Filstorlek 400 KB
Antal Installationer 27
Aktuell Version 1.0
Senast Uppdaterad 2023-05-30
Publiceringsdatum 2023-05-16
Utvecklare BeamData
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}