Tiny URL Generator

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

Qu'est-ce que Tiny URL Generator ?

Tiny URL Generator est une extension Chrome développée par girishv, et sa fonction principale est "A super simple open-source short URL generator with lightning fast redirects. Create the short URLs right from your webpage, share…".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Tiny URL Generator

Téléchargez les fichiers d'extension Tiny URL Generator au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Tiny URL Generator Tiny URL Generator
ID bgcjbhljdllbeeodcoefbcmbgghmpkdl
URL Officiel https://chromewebstore.google.com/detail/tiny-url-generator/bgcjbhljdllbeeodcoefbcmbgghmpkdl
Description A super simple open-source short URL generator with lightning fast redirects. Create the short URLs right from your webpage, share…
Taille du Fichier 42.55 KB
Nombre d'Installations 482
Version Actuelle 0.1.0
Dernière Mise à Jour 2022-06-18
Date de Publication 2022-06-16
Évaluation 5.00/5 Total 1 Évaluations
Développeur girishv
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://url.vgirish.net/
URL de la Page d'Aide https://github.com/Girish21/cf-url-shortener/issues
Langues Prises en Charge 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"
    }
}