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
官方網址 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"
        ]
    }
}