Magic Clipboard

Create your own custom clipboard with ease

Cos'è Magic Clipboard?

Magic Clipboard è un'estensione di Chrome sviluppata da panagiotis.geor.dev, e la sua funzione principale è "Create your own custom clipboard with ease".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Magic Clipboard

Scarica i file di estensione Magic Clipboard in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        With Magic Clipboard you can easily create your own custom clipboard easily by creating a JSON representation for it.

The Magic Clipboard can be accessed through the chrome context menu and its particularly useful to people who have to fill out long forms or who frequently have to fill forms with the same data.                    

Informazioni di Base sull'Estensione

Nome Magic Clipboard Magic Clipboard
ID hpcejjdpbbkhhomlngbiloifbkdaagpg
URL Ufficiale https://chromewebstore.google.com/detail/magic-clipboard/hpcejjdpbbkhhomlngbiloifbkdaagpg
Descrizione Create your own custom clipboard with ease
Dimensione del File 68.86 KB
Conteggio Installazioni 27
Versione Corrente 1.0.2
Ultimo Aggiornamento 2020-11-29
Data di Pubblicazione 2020-11-19
Sviluppatore panagiotis.geor.dev
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Magic Clipboard",
    "description": "Create your own custom clipboard with ease",
    "version": "1.0.2",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "browser_action": {
        "default_icon": "icons\/16.png",
        "default_popup": "popup\/index.html"
    },
    "background": {
        "scripts": [
            "background\/index.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content_scripts\/index.js"
            ]
        }
    ],
    "permissions": [
        "contextMenus",
        "storage",
        "unlimitedStorage"
    ]
}