Upto.Site URL Shortener

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

什么是Upto.Site URL Shortener?

Upto.Site URL Shortener是由NewTabTodo开发的Chrome扩展程序,该扩展的主要功能是“Ultimate url shortener to create instant FREE short urls from your browser”。

扩展截图

screenshot

下载Upto.Site URL Shortener扩展crx文件

下载Upto.Site URL Shortener扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Upto.Site URL Shortener Upto.Site URL Shortener
ID lllpgenfpmneflmfdglfcpnekpicdajl
官方URL https://chromewebstore.google.com/detail/uptosite-url-shortener/lllpgenfpmneflmfdglfcpnekpicdajl
简介 Ultimate url shortener to create instant FREE short urls from your browser
文件大小 71.79 KB
安装次数 33
当前版本 0.0.3
更新时间 2022-03-05
上架时间 2021-03-24
评分 5.00/5 共4次评分
开发者 NewTabTodo
电子邮箱 [email protected]
付费类型 free
扩展官网 https://upto.site
隐私政策页面URL https://newtabtodo.com/privacy-policy.html
支持的语言 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"
        ]
    }
}