Create Short URL

Generate short URLs using bit.ly

Co to jest Create Short URL?

Create Short URL to rozszerzenie Chrome opracowane przez portsaidalenbi, a jego główną funkcją jest „Generate short URLs using bit.ly”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Create Short URL

Pobierz pliki rozszerzeń Create Short URL w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Create Short URL Create Short URL
ID iobhlofholalpkgbeoeobhckdmfpcpce
Oficjalny URL https://chrome.google.com/webstore/detail/create-short-url/iobhlofholalpkgbeoeobhckdmfpcpce
Opis Generate short URLs using bit.ly
Rozmiar pliku 25.01 KB
Liczba instalacji 10,000
Aktualna Wersja 0.1
Ostatnia Aktualizacja 2013-12-22
Data Publikacji 2013-12-22
Ocena 1.64/5 Łącznie 11 Oceny
Deweloper portsaidalenbi
Typ Płatności free
Obsługiwane Języki 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
}