Free link shortener goo.su

Create a free short analytics URL with one click of Goo.su. Install the link reduction plugin in your browser

什么是Free link shortener goo.su?

Free link shortener goo.su是由https://goo.su开发的Chrome扩展程序,该扩展的主要功能是“Create a free short analytics URL with one click of Goo.su. Install the link reduction plugin in your browser”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Free link shortener goo.su扩展crx文件

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

扩展使用说明

                        The free GOO.SU long link shortening service allows you to shorten a long URL with one click, saving it in your personal account, where you can view statistics on clicks and visits to your page. Just install the extension in your browser and click on the icon on the desired page. Done, link shortened.                    

扩展基本信息

名称 Free link shortener goo.su Free link shortener goo.su
ID clcoifeibkncgnegebeehkodandleohn
官方URL https://chromewebstore.google.com/detail/free-link-shortener-goosu/clcoifeibkncgnegebeehkodandleohn
简介 Create a free short analytics URL with one click of Goo.su. Install the link reduction plugin in your browser
文件大小 279 KB
安装次数 7,420
当前版本 1.2.0
更新时间 2024-01-22
上架时间 2019-10-03
评分 4.25/5 共8次评分
开发者 https://goo.su
电子邮箱 [email protected]
付费类型 free
扩展官网 https://goo.su
帮助页面URL https://goo.su/page/support
隐私政策页面URL https://goo.su/policy
支持的语言 id,de,en,fr,nl,no,vi,tr,da,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,fa,hi,bn,th,ja,ko
manifest.json
{
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "48": "48.png"
        },
        "default_popup": "popup.html",
        "default_title": "__MSG_name__"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "name": "__MSG_name__",
    "description": "__MSG_desc__",
    "default_locale": "en",
    "homepage_url": "https:\/\/goo.su\/",
    "short_name": "Goo.su",
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "64": "64.png",
        "128": "128.png"
    },
    "author": "[email protected]",
    "offline_enabled": false,
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "permissions": [
        "clipboardWrite",
        "contextMenus"
    ],
    "host_permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "version": "1.2.0"
}