Shortlink Extender

A Google Chrome extension to extend the shortlinks such as bit.ly into their actual endpoint links.

Apa itu Shortlink Extender?

Shortlink Extender adalah ekstensi Chrome yang dikembangkan oleh Stuart Davidson, dan fitur utamanya adalah "A Google Chrome extension to extend the shortlinks such as bit.ly into their actual endpoint links.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Shortlink Extender

Unduh file ekstensi Shortlink Extender 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

                        A Google Chrome extension to extend the shortlinks such as bit.ly into their actual endpoint links.

The extension will automatically scan the page upon the load to see if there are any of known shortlinks on the page before sending off and finding the true link.                    

Informasi Dasar Ekstensi

Nama Shortlink Extender Shortlink Extender
ID nicmjjcmoeahiffoolajgeomonmmpknc
URL Resmi https://chromewebstore.google.com/detail/shortlink-extender/nicmjjcmoeahiffoolajgeomonmmpknc
Deskripsi A Google Chrome extension to extend the shortlinks such as bit.ly into their actual endpoint links.
Ukuran File 7.82 KB
Jumlah Instalasi 128
Versi Saat Ini 0.5
Terakhir Diperbarui 2017-08-06
Tanggal Publikasi 2017-08-06
Penilaian 3.00/5 Total 2 Penilaian
Pengembang Stuart Davidson
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi http://www.stuartd.co.uk/
Bahasa yang Didukung en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Shortlink Extender",
    "version": "0.5",
    "author": "StuartD - www.stuartd.co.uk",
    "description": "A Google Chrome extension to extend the shortlinks such as bit.ly into their actual endpoint links.",
    "icons": {
        "128": "images\/128-logo.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "extender.js"
            ]
        }
    ]
}