Tiny URL Generator

A super simple open-source short URL generator with lightning fast redirects. Create the short URLs right from your webpage, share…

Co to jest Tiny URL Generator?

Tiny URL Generator to rozszerzenie Chrome opracowane przez girishv, a jego główną funkcją jest „A super simple open-source short URL generator with lightning fast redirects. Create the short URLs right from your webpage, share…”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Tiny URL Generator

Pobierz pliki rozszerzeń Tiny URL Generator 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

                        A super simple open-source short URL generator with lightning fast redirects. Create the short URLs right from your webpage, share them, and forget about them! 😎                    

Podstawowe informacje o rozszerzeniu

Nazwa Tiny URL Generator Tiny URL Generator
ID bgcjbhljdllbeeodcoefbcmbgghmpkdl
Oficjalny URL https://chromewebstore.google.com/detail/tiny-url-generator/bgcjbhljdllbeeodcoefbcmbgghmpkdl
Opis A super simple open-source short URL generator with lightning fast redirects. Create the short URLs right from your webpage, share…
Rozmiar pliku 42.55 KB
Liczba instalacji 482
Aktualna Wersja 0.1.0
Ostatnia Aktualizacja 2022-06-18
Data Publikacji 2022-06-16
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper girishv
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://url.vgirish.net/
Adres URL Strony Pomocy https://github.com/Girish21/cf-url-shortener/issues
Obsługiwane Języki en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Tiny URL Generator",
    "version": "0.1.0",
    "action": {
        "default_popup": "index.html"
    },
    "icons": {
        "16": "url-share-favicon-16.png",
        "32": "url-share-favicon-32.png",
        "48": "url-share-favicon-48.png",
        "128": "url-share-favicon-128.png"
    }
}