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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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/
عنوان صفحة المساعدة 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"
    }
}