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