WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
URL Shortener by Recut

URL Shortener by Recut

View on Chrome Web Store
View URL Shortener by Recut Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (9 ratings)
3 new ratings
0 views
This extension has been viewed 0 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Free URL shortener to quickly shorten links with a single click. Simple and easy to use link shortener.
Type
Extension
Users
13 users
1
Website recut.in
Recut URL Shortener
View author page of Recut URL Shortener
Published
Published on November 12, 2024
Version 1.2
Manifest version
3
Updated
Updated on January 28, 2025
productivity/tools
Extension Category
Website
Visit developer website
View on Chrome Web Store
View URL Shortener by Recut Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "URL Shortener by Recut",
    "version": "1.2",
    "description": "Free URL shortener to quickly shorten links with a single click. Simple and easy to use link shortener.",
    "permissions": [
        "activeTab",
        "storage",
        "contextMenus",
        "commands"
    ],
    "host_permissions": [
        "https:\/\/recut.in\/*",
        "https:\/\/app.recut.in\/api\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "content.js",
                "locale.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icon16.png",
            "48": "icon48.png",
            "128": "icon128.png"
        }
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "commands": {
        "open_popup": {
            "suggested_key": {
                "default": "Ctrl+Q",
                "mac": "Command+Q"
            },
            "description": "Open the extension's Window"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "interlay.html"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ]
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top