Kutt

Shorten long URLs with just one click.

¿Qué es Kutt?

Kutt es una extensión de Chrome desarrollada por thedevs.network, y su función principal es "Shorten long URLs with just one click.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Kutt

Descarga archivos de extensión Kutt 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

                        Kutt is a modern URL shortener with support for custom domains. Shorten URLs, manage your links and view the click rate statistics.

Some Features:
- Free and open source.
- Custom domain support.
- Custom URLs for shortened links
- Setting password for links.
- Private statistics for shortened URLs.
- View and manage your links.
- RESTful API.                    

Información Básica de la Extensión

Nombre Kutt Kutt
ID pklakpjfiegjacoppcodencchehlfnpd
URL Oficial https://chromewebstore.google.com/detail/kutt/pklakpjfiegjacoppcodencchehlfnpd
Descripción Shorten long URLs with just one click.
Tamaño del Archivo 292 KB
Cantidad de Instalaciones 1,644
Versión Actual 4.3.1
Última Actualización 2022-12-20
Fecha de Publicación 2019-12-14
Calificación 4.45/5 Total de 22 Calificaciones
Desarrollador thedevs.network
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://kutt.it
URL de la Página de Ayuda https://github.com/thedevs-network/kutt-extension
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Kutt",
    "version": "4.3.1",
    "short_name": "Kutt",
    "description": "Shorten long URLs with just one click.",
    "icons": {
        "16": "assets\/favicon-16.png",
        "32": "assets\/favicon-32.png",
        "48": "assets\/favicon-48.png",
        "128": "assets\/favicon-128.png"
    },
    "homepage_url": "https:\/\/github.com\/thedevs-network\/kutt-extension.git",
    "author": "abhijithvijayan",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "assets\/favicon-16.png",
            "32": "assets\/favicon-32.png",
            "48": "assets\/favicon-48.png",
            "128": "assets\/favicon-128.png"
        },
        "default_title": "Shorten this URL",
        "chrome_style": false
    },
    "background": {
        "persistent": false,
        "scripts": [
            "js\/background.bundle.js"
        ]
    },
    "minimum_chrome_version": "49",
    "permissions": [
        "activeTab",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "options_page": "options.html",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true,
        "chrome_style": false
    }
}