Kutt

Shorten long URLs with just one click.

Kutt क्या है?

Kutt thedevs.network द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Shorten long URLs with just one click."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Kutt एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Kutt Kutt
ID pklakpjfiegjacoppcodencchehlfnpd
आधिकारिक URL https://chromewebstore.google.com/detail/kutt/pklakpjfiegjacoppcodencchehlfnpd
विवरण Shorten long URLs with just one click.
फ़ाइल का आकार 292 KB
स्थापना संख्या 1,644
वर्तमान संस्करण 4.3.1
अंतिम अपडेट 2022-12-20
प्रकाशन तिथि 2019-12-14
रेटिंग 4.45/5 कुल 22 रेटिंग्स
डेवलपर thedevs.network
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://kutt.it
सहायता पृष्ठ URL https://github.com/thedevs-network/kutt-extension
समर्थित भाषाएँ 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
    }
}