Mini URL - The URL shortener

Shortens the current url and copies it to clipboard

Apa itu Mini URL - The URL shortener?

Mini URL - The URL shortener adalah ekstensi Chrome yang dikembangkan oleh miniurl2016, dan fitur utamanya adalah "Shortens the current url and copies it to clipboard".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Mini URL - The URL shortener

Unduh file ekstensi Mini URL - The URL shortener 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

                        Mini URL is a url shortener. It is a simple chrome extension that, when clicked, shortens the current URL and copies the shortened url to the clipboard. Mini url uses the Google URL shortener service https://goo.gl/ as the backend. Using the extension is simple: just click the Mini URL icon, a tiny version of the current url is created and sent to the clipboard. To use the short url, just paste!                    

Informasi Dasar Ekstensi

Nama Mini URL - The URL shortener Mini URL - The URL shortener
ID oikjbfhojbdndgcjkjeccfelofhihdai
URL Resmi https://chromewebstore.google.com/detail/mini-url-the-url-shortene/oikjbfhojbdndgcjkjeccfelofhihdai
Deskripsi Shortens the current url and copies it to clipboard
Ukuran File 850 KB
Jumlah Instalasi 170
Versi Saat Ini 1.1
Terakhir Diperbarui 2016-02-26
Tanggal Publikasi 2016-02-26
Penilaian 4.50/5 Total 8 Penilaian
Pengembang miniurl2016
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Mini URL - The URL shortener",
    "short_name": "Mini URL",
    "description": "Shortens the current url and copies it to clipboard",
    "version": "1.1",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "clipboardWrite",
        "https:\/\/www.googleapis.com\/"
    ]
}