Tiny.ee - URL Shortener

Shorten URLs with the click of a button.

Co to jest Tiny.ee - URL Shortener?

Tiny.ee - URL Shortener to rozszerzenie Chrome opracowane przez https://tiny.ee, a jego główną funkcją jest „Shorten URLs with the click of a button.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Tiny.ee - URL Shortener

Pobierz pliki rozszerzeń Tiny.ee - URL Shortener 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

                        Tiny.ee is a URL shortening service, a web service that provides short aliases for redirection of long URLs.

This plugin makes the process even quicker, by allowing you to shorten the page you are on, without having to go to our website.

Once the URL is shortened in the prompt provided, it will automatically be selected, allowing you to copy the URL to your service. You can also click the Social Icons to share your URL to the relevant platforms.                    

Podstawowe informacje o rozszerzeniu

Nazwa Tiny.ee - URL Shortener Tiny.ee - URL Shortener
ID liioijhfebcmbnjelolndbkolipcipek
Oficjalny URL https://chromewebstore.google.com/detail/tinyee-url-shortener/liioijhfebcmbnjelolndbkolipcipek
Opis Shorten URLs with the click of a button.
Rozmiar pliku 62.88 KB
Liczba instalacji 21
Aktualna Wersja 1.0.7
Ostatnia Aktualizacja 2024-01-03
Data Publikacji 2019-05-13
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper https://tiny.ee
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://tiny.ee/
Adres URL Strony Polityki Prywatności https://tiny.ee/tos
Obsługiwane Języki en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Tiny.ee - URL Shortener",
    "description": "Shorten URLs with the click of a button.",
    "version": "1.0.7",
    "icons": {
        "16": "icon_d.png",
        "48": "icon_d.png",
        "128": "icon_d.png"
    },
    "action": {
        "default_icon": "icon_d.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ]
}