TinyURL

This extension creates a tinyurl for the current browser tab.

Apa itu TinyURL?

TinyURL adalah ekstensi Chrome yang dikembangkan oleh Ed Robinson, dan fitur utamanya adalah "This extension creates a tinyurl for the current browser tab.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi TinyURL

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

                        The quickest way to shorten and share the URL of the current Chrome tab.                    

Informasi Dasar Ekstensi

Nama TinyURL TinyURL
ID lbadmllalinlpflkajgkkmjohckpnahm
URL Resmi https://chromewebstore.google.com/detail/tinyurl/lbadmllalinlpflkajgkkmjohckpnahm
Deskripsi This extension creates a tinyurl for the current browser tab.
Ukuran File 6.92 KB
Jumlah Instalasi 10,000
Versi Saat Ini 1.0
Terakhir Diperbarui 2013-04-07
Tanggal Publikasi 2013-04-07
Penilaian 4.35/5 Total 51 Penilaian
Pengembang Ed Robinson
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "browser_action": {
        "default_icon": "icon_16.png",
        "default_popup": "popup.html"
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "This extension creates a tinyurl for the current browser tab.",
    "name": "TinyURL",
    "permissions": [
        "tabs",
        "http:\/\/www.tinyurl.com\/"
    ],
    "icons": {
        "48": "icon_48.png",
        "128": "icon_128.png",
        "16": "icon_16.png"
    },
    "manifest_version": 2,
    "version": "1.0"
}