Link2Clipboard

Copy the url with one click!

Wat is Link2Clipboard?

Link2Clipboard is een Chrome-extensie ontwikkeld door ProWebJect, en de belangrijkste functie is "Copy the url with one click!".

Download het CRX-bestand van de extensie Link2Clipboard

Download Link2Clipboard-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

                        Copy the current url with only one click!

1. Click  Link2Clipboard icon on your browser's bar.
2. Paste text anywhere you want.                    

Basisinformatie over de Extensie

Naam Link2Clipboard Link2Clipboard
ID fgkdkcimmppcofigmedhkjbnjeffocle
Officiële URL https://chrome.google.com/webstore/detail/link2clipboard/fgkdkcimmppcofigmedhkjbnjeffocle
Beschrijving Copy the url with one click!
Bestandsgrootte 10.09 KB
Aantal Installaties 107
Huidige Versie 1.0
Laatst Bijgewerkt 2014-08-24
Publicatiedatum 2014-08-24
Beoordeling 3.00/5 Totaal 1 Beoordelingen
Ontwikkelaar ProWebJect
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Link2Clipboard",
    "short_name": "Link2Clipboard",
    "description": "Copy the url with one click!",
    "version": "1.0",
    "author": "ProWebJect - Michal Gora",
    "icons": {
        "19": "img\/icon_19.png",
        "38": "img\/icon_38.png",
        "128": "img\/icon_128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/icon_19.png",
            "38": "img\/icon_38.png",
            "128": "img\/icon_128.png"
        },
        "default_title": "Copy!"
    },
    "options_page": "\/html\/options.html",
    "permissions": [
        "tabs",
        "clipboardWrite"
    ],
    "background": {
        "page": "\/background\/background.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}