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é es Tiny URL Generator?
Tiny URL Generator es una extensión de Chrome desarrollada por girishv, y su función principal es "A super simple open-source short URL generator with lightning fast redirects. Create the short URLs right from your webpage, share…".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Tiny URL Generator
Descarga archivos de extensión Tiny URL Generator en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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! 😎
Información Básica de la Extensión
Nombre | Tiny URL Generator |
ID | bgcjbhljdllbeeodcoefbcmbgghmpkdl |
URL Oficial | https://chromewebstore.google.com/detail/tiny-url-generator/bgcjbhljdllbeeodcoefbcmbgghmpkdl |
Descripción | A super simple open-source short URL generator with lightning fast redirects. Create the short URLs right from your webpage, share… |
Tamaño del Archivo | 42.55 KB |
Cantidad de Instalaciones | 482 |
Versión Actual | 0.1.0 |
Última Actualización | 2022-06-18 |
Fecha de Publicación | 2022-06-16 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | girishv |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://url.vgirish.net/ |
URL de la Página de Ayuda | https://github.com/Girish21/cf-url-shortener/issues |
Idiomas Soportados | 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" } } |