Upto.Site URL Shortener

Ultimate url shortener to create instant FREE short urls from your browser

What is Upto.Site URL Shortener?

Upto.Site URL Shortener is a Chrome extension developed by NewTabTodo, and its main feature is "Ultimate url shortener to create instant FREE short urls from your browser".

Extension Screenshots

screenshot

Download Upto.Site URL Shortener Extension CRX File

Download Upto.Site URL Shortener extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Quick URL shortener using Upto.Site Public API which lets you create and manage short links quickly and easily                    

Extension Basic Information

Name Upto.Site URL Shortener Upto.Site URL Shortener
ID lllpgenfpmneflmfdglfcpnekpicdajl
Official URL https://chromewebstore.google.com/detail/uptosite-url-shortener/lllpgenfpmneflmfdglfcpnekpicdajl
Description Ultimate url shortener to create instant FREE short urls from your browser
File Size 71.79 KB
Installation Count 33
Current Version 0.0.3
Last Updated 2022-03-05
Publish Date 2021-03-24
Rating 5.00/5 Total 4 Ratings
Developer NewTabTodo
Email [email protected]
Payment Type free
Extension Website https://upto.site
Privacy Policy Page URL https://newtabtodo.com/privacy-policy.html
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "0.0.3",
    "name": "Upto.Site URL Shortener",
    "short_name": "Upto.Site",
    "description": "Ultimate url shortener to create instant FREE short urls from your browser",
    "homepage_url": "https:\/\/upto.site\/",
    "author": "Muhammad Ovi",
    "browser_action": {
        "default_icon": "root-assets\/img\/icons\/x32.png",
        "default_title": "Upto.Site URL Shortener",
        "default_popup": "popup\/index.html"
    },
    "icons": {
        "16": "root-assets\/img\/icons\/x16.png",
        "32": "root-assets\/img\/icons\/x32.png",
        "48": "root-assets\/img\/icons\/x48.png",
        "128": "root-assets\/img\/icons\/x128.png"
    },
    "permissions": [
        "storage",
        "activeTab",
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "root-assets\/js\/browser-polyfill.js",
            "root-assets\/js\/background-script.js"
        ]
    }
}