Magic Clipboard

Create your own custom clipboard with ease

Wat is Magic Clipboard?

Magic Clipboard is een Chrome-extensie ontwikkeld door panagiotis.geor.dev, en de belangrijkste functie is "Create your own custom clipboard with ease".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Magic Clipboard

Download Magic Clipboard-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Magic Clipboard Magic Clipboard
ID hpcejjdpbbkhhomlngbiloifbkdaagpg
Officiële URL https://chromewebstore.google.com/detail/magic-clipboard/hpcejjdpbbkhhomlngbiloifbkdaagpg
Beschrijving Create your own custom clipboard with ease
Bestandsgrootte 68.86 KB
Aantal Installaties 27
Huidige Versie 1.0.2
Laatst Bijgewerkt 2020-11-29
Publicatiedatum 2020-11-19
Ontwikkelaar panagiotis.geor.dev
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}