Create Short URL

Generate short URLs using bit.ly

Apa itu Create Short URL?

Create Short URL adalah ekstensi Chrome yang dikembangkan oleh portsaidalenbi, dan fitur utamanya adalah "Generate short URLs using bit.ly".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Create Short URL

Unduh file ekstensi Create Short URL 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

                        This extension enables you to quickly create shortcut links to your Bit.ly account. Simply navigate to the link you want to save and select "Create Short URL" from the context menu.                    

Informasi Dasar Ekstensi

Nama Create Short URL Create Short URL
ID iobhlofholalpkgbeoeobhckdmfpcpce
URL Resmi https://chrome.google.com/webstore/detail/create-short-url/iobhlofholalpkgbeoeobhckdmfpcpce
Deskripsi Generate short URLs using bit.ly
Ukuran File 25.01 KB
Jumlah Instalasi 10,000
Versi Saat Ini 0.1
Terakhir Diperbarui 2013-12-22
Tanggal Publikasi 2013-12-22
Penilaian 1.64/5 Total 11 Penilaian
Pengembang portsaidalenbi
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "name": "Create Short URL",
    "description": "Generate short URLs using bit.ly",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "contextMenus",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "0.1",
    "manifest_version": 2
}