Link2Clipboard

Copy the url with one click!

Vad är Link2Clipboard?

Link2Clipboard är en Chrome-tillägg utvecklad av ProWebJect, och dess huvudfunktion är "Copy the url with one click!".

Ladda ner Link2Clipboard-förlängningens CRX-fil

Ladda ner Link2Clipboard-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Copy the current url with only one click!

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

Grundläggande Information om Tillägg

Namn Link2Clipboard Link2Clipboard
ID fgkdkcimmppcofigmedhkjbnjeffocle
Officiell webbadress https://chrome.google.com/webstore/detail/link2clipboard/fgkdkcimmppcofigmedhkjbnjeffocle
Beskrivning Copy the url with one click!
Filstorlek 10.09 KB
Antal Installationer 107
Aktuell Version 1.0
Senast Uppdaterad 2014-08-24
Publiceringsdatum 2014-08-24
Betyg 3.00/5 Totalt 1 Betyg
Utvecklare ProWebJect
Betalningssätt free
Stödda Språk 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'"
}