WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Url Shortener

Url Shortener

View on Chrome Web Store
View Url Shortener Chrome Extension on Chrome Web Store
Add to bookmarks
4.9 (292 ratings)
1 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.

Quickly create and share short URLs with the added option to generate QR codes for them.
Type
Extension
Users
70,000 users
5K
Byteseffect
View author page of Byteseffect
Featured Extension

Hand-picked for quality and usefulness

Published
Published on August 29, 2017
Version 14.0.10
Manifest version
3
Updated
Updated on December 13, 2024
productivity/workflow
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Url Shortener 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
{
    "icons": {
        "16": "icon.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "service_worker": "bg.js"
    },
    "options_page": "options.html",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Url Shortener",
    "version": "14.0.10",
    "manifest_version": 3,
    "description": "Quickly create and share short URLs with the added option to generate QR codes for them.",
    "action": {
        "default_icon": "icon128.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "contextMenus",
        "activeTab",
        "storage",
        "scripting"
    ],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "mac": "Command+Shift+L",
                "default": "Ctrl+Shift+L"
            }
        }
    },
    "host_permissions": [
        "https:\/\/tinyurl.com\/*"
    ]
}
© 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