shly.link - URL Shortener Service

Easiest URL shortener

什么是shly.link - URL Shortener Service?

shly.link - URL Shortener Service是由https://shly.link开发的Chrome扩展程序,该扩展的主要功能是“Easiest URL shortener”。

扩展截图

screenshot

下载shly.link - URL Shortener Service扩展crx文件

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

扩展使用说明

                        Get the short URL just by clicking the extension logo

Features:
* Fast URL shortener
* QR code                    

扩展基本信息

名称 shly.link - URL Shortener Service shly.link - URL Shortener Service
ID gjapialngbmoacjakbianepjhkjpjjcg
官方URL https://chromewebstore.google.com/detail/shlylink-url-shortener-se/gjapialngbmoacjakbianepjhkjpjjcg
简介 Easiest URL shortener
文件大小 93.35 KB
安装次数 1,647
当前版本 2.17.1
更新时间 2022-08-11
上架时间 2020-06-06
评分 3.90/5 共21次评分
开发者 https://shly.link
电子邮箱 [email protected]
付费类型 free
扩展官网 https://shly.link/
帮助页面URL https://shly.link/npZhx
支持的语言 de,en,fr,et,es,fi,ru,uk,ko
manifest.json
{
    "name": "__MSG_chromeWebstoreAppName__",
    "short_name": "__MSG_chromeWebstoreAppShortName__",
    "description": "__MSG_chromeWebstoreAppDescription__",
    "version": "2.17.1",
    "default_locale": "en",
    "manifest_version": 3,
    "permissions": [
        "activeTab",
        "clipboardWrite"
    ],
    "host_permissions": [
        "https:\/\/shly.link\/"
    ],
    "action": {
        "default_icon": {
            "16": "assets\/img\/app\/icon-16x16.png",
            "19": "assets\/img\/app\/icon-19x19.png",
            "32": "assets\/img\/app\/icon-32x32.png",
            "38": "assets\/img\/app\/icon-38x38.png",
            "48": "assets\/img\/app\/icon-48x48.png",
            "96": "assets\/img\/app\/icon-96x96.png",
            "128": "assets\/img\/app\/icon-128x128.png"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "assets\/img\/app\/icon-16x16.png",
        "19": "assets\/img\/app\/icon-19x19.png",
        "32": "assets\/img\/app\/icon-32x32.png",
        "38": "assets\/img\/app\/icon-38x38.png",
        "48": "assets\/img\/app\/icon-48x48.png",
        "96": "assets\/img\/app\/icon-96x96.png",
        "128": "assets\/img\/app\/icon-128x128.png"
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}