Best URL Shortener

Convert long URLs or Links of websites to short and friendly ones.

什麼是Best URL Shortener?

Best URL Shortener是由Wilson開發的Chrome擴展程式,該擴展的主要功能是“Convert long URLs or Links of websites to short and friendly ones.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Best URL Shortener擴展crx文件

下載Best URL Shortener擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        The best URL shortening service that is fast, simple and efficient.

No need to sign-up and unlimited links!

For any issues, errors, bugs and enhancements, please raise your request at http://tiny.cc/exthelp.

Security:-
All links are carefully verified and checked before generating short url.                    

擴展基本資訊

名稱 Best URL Shortener Best URL Shortener
ID jhcjblhckchiedihkfkgjaghggbcmbdn
官方網址 https://chromewebstore.google.com/detail/best-url-shortener/jhcjblhckchiedihkfkgjaghggbcmbdn
簡介 Convert long URLs or Links of websites to short and friendly ones.
檔案大小 226 KB
安裝次數 27,544
目前版本 2.0.1
更新時間 2023-12-29
上架時間 2020-01-02
評分 4.51/5 共 55 次評分
開發者 Wilson
電子郵箱 [email protected]
付費類型 free
擴展官網 https://hybridapps.net/
說明頁面URL http://tiny.cc/appshelp
隱私政策頁面URL http://tiny.cc/appsprivacy
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Best URL Shortener",
    "short_name": "Best URL Shortener",
    "version": "2.0.1",
    "description": "Convert long URLs or Links of websites to short and friendly 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": "Best URL Shortener",
        "default_popup": "popup.html"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "permissions": [
        "activeTab",
        "contextMenus",
        "unlimitedStorage",
        "storage",
        "alarms",
        "scripting"
    ]
}