Smart Clipboard

A smarter way to copy and paste text

¿Qué es Smart Clipboard?

Smart Clipboard es una extensión de Chrome desarrollada por BeamData, y su función principal es "A smarter way to copy and paste text".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Smart Clipboard

Descarga archivos de extensión Smart Clipboard en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Smart Clipboard Smart Clipboard
ID fnjemmjmkcedaaenegfdjonbdncjgbje
URL Oficial https://chromewebstore.google.com/detail/smart-clipboard/fnjemmjmkcedaaenegfdjonbdncjgbje
Descripción A smarter way to copy and paste text
Tamaño del Archivo 400 KB
Cantidad de Instalaciones 27
Versión Actual 1.0
Última Actualización 2023-05-30
Fecha de Publicación 2023-05-16
Desarrollador BeamData
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
    }
}