Smart Clipboard

A smarter way to copy and paste text

O que é Smart Clipboard?

Smart Clipboard é uma extensão do Chrome desenvolvida por BeamData, e sua principal característica é "A smarter way to copy and paste text".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Smart Clipboard

Baixe arquivos de extensão Smart Clipboard no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Smart Clipboard Smart Clipboard
ID fnjemmjmkcedaaenegfdjonbdncjgbje
URL Oficial https://chromewebstore.google.com/detail/smart-clipboard/fnjemmjmkcedaaenegfdjonbdncjgbje
Descrição A smarter way to copy and paste text
Tamanho do Arquivo 400 KB
Contagem de Instalações 27
Versão Atual 1.0
Última Atualização 2023-05-30
Data de Publicação 2023-05-16
Desenvolvedor BeamData
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}