Linkenstein

With this extension you can copy URLs with their titles. Also, it allows to get shorter versions of URLs.

Apa itu Linkenstein?

Linkenstein adalah ekstensi Chrome yang dikembangkan oleh Mykola Bespaliuk, dan fitur utamanya adalah "With this extension you can copy URLs with their titles. Also, it allows to get shorter versions of URLs.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Linkenstein

Unduh file ekstensi Linkenstein 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

                        With this extension you can copy URLs with their titles. Also, it allows to get shorter versions of URLs.

- For selected URL shortening service press the trigger key (see options) before calling context menu of a link.

- Google's URL shortener also writes shortened links into personal history (if you have a Google account and are currently logged in)

- To copy URL and title of current page you can call the context menu in any "free" space on the page.                    

Informasi Dasar Ekstensi

Nama Linkenstein Linkenstein
ID jemblnlfaakimlhnakdccmbokcoilmej
URL Resmi https://chromewebstore.google.com/detail/linkenstein/jemblnlfaakimlhnakdccmbokcoilmej
Deskripsi With this extension you can copy URLs with their titles. Also, it allows to get shorter versions of URLs.
Ukuran File 42.41 KB
Jumlah Instalasi 170
Versi Saat Ini 1.0.10
Terakhir Diperbarui 2014-04-16
Tanggal Publikasi 2014-04-16
Penilaian 3.50/5 Total 16 Penilaian
Pengembang Mykola Bespaliuk
Tipe Pembayaran free
Bahasa yang Didukung en,ru,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_AppName__",
    "version": "1.0.10",
    "description": "__MSG_AppDesc__",
    "default_locale": "en",
    "permissions": [
        "contextMenus",
        "clipboardRead",
        "clipboardWrite",
        "*:\/\/*\/*"
    ],
    "background": {
        "persistent": false,
        "page": "background.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/apis.google.com https:\/\/ssl.google-analytics.com; object-src 'self'",
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content.js"
            ]
        }
    ],
    "icons": {
        "16": "img\/imageinfo-16.png",
        "19": "img\/imageinfo-19.png",
        "48": "img\/imageinfo-48.png",
        "128": "img\/imageinfo-128.png"
    }
}