WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Tiny URL Shortener

Tiny URL Shortener

View on Chrome Web Store
View Tiny URL Shortener Chrome Extension on Chrome Web Store
Add to bookmarks
4.9 (36 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.

Simple Extension to convert long URLs or Links of websites to short or tiny ones.
Type
Extension
Users
8,000 users
1K
Clark
View author page of Clark
Featured Extension

Hand-picked for quality and usefulness

Published
Published on April 21, 2015
Version 2.2
Manifest version
3
Updated
Updated on November 27, 2024
productivity/developer
Extension Category
View on Chrome Web Store
View Tiny 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
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Tiny URL Shortener",
    "short_name": "Tiny URL Shortener",
    "version": "2.2",
    "description": "Simple Extension to convert long URLs or Links of websites to short or tiny ones.",
    "icons": {
        "16": "images\/icon.png",
        "48": "images\/icon.png",
        "128": "images\/icon.png"
    },
    "background": {
        "service_worker": "service_worker.js",
        "type": "module"
    },
    "action": {
        "default_icon": "images\/icon.png",
        "default_title": "Tiny URL Shortener",
        "default_popup": "popup.html"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "permissions": [
        "activeTab",
        "contextMenus",
        "unlimitedStorage",
        "storage",
        "alarms",
        "scripting"
    ]
}
© 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