Link2Clipboard

Copy the url with one click!

Apa itu Link2Clipboard?

Link2Clipboard adalah ekstensi Chrome yang dikembangkan oleh ProWebJect, dan fitur utamanya adalah "Copy the url with one click!".

Unduh Berkas CRX Ekstensi Link2Clipboard

Unduh file ekstensi Link2Clipboard dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Copy the current url with only one click!

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

Informasi Dasar Ekstensi

Nama Link2Clipboard Link2Clipboard
ID fgkdkcimmppcofigmedhkjbnjeffocle
URL Resmi https://chrome.google.com/webstore/detail/link2clipboard/fgkdkcimmppcofigmedhkjbnjeffocle
Deskripsi Copy the url with one click!
Ukuran File 10.09 KB
Jumlah Instalasi 107
Versi Saat Ini 1.0
Terakhir Diperbarui 2014-08-24
Tanggal Publikasi 2014-08-24
Penilaian 3.00/5 Total 1 Penilaian
Pengembang ProWebJect
Tipe Pembayaran free
Bahasa yang Didukung 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'"
}