Tiny URL Generator

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

Что такое Tiny URL Generator?

Tiny URL Generator - это расширение Chrome, разработанное girishv, и его основная функция - "A super simple open-source short URL generator with lightning fast redirects. Create the short URLs right from your webpage, share…".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Tiny URL Generator

Скачайте файлы расширений Tiny URL Generator в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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! 😎                    

Основная информация о расширении

Название Tiny URL Generator Tiny URL Generator
ID bgcjbhljdllbeeodcoefbcmbgghmpkdl
Официальный URL https://chromewebstore.google.com/detail/tiny-url-generator/bgcjbhljdllbeeodcoefbcmbgghmpkdl
Описание A super simple open-source short URL generator with lightning fast redirects. Create the short URLs right from your webpage, share…
Размер файла 42.55 KB
Количество установок 482
Текущая Версия 0.1.0
Последнее Обновление 2022-06-18
Дата публикации 2022-06-16
Рейтинг 5.00/5 Всего 1 оценок
Разработчик girishv
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://url.vgirish.net/
URL страницы помощи https://github.com/Girish21/cf-url-shortener/issues
Поддерживаемые языки 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"
    }
}