Sun.shine

Shining your URLs

什么是Sun.shine?

Sun.shine是由https://sal.vn开发的Chrome扩展程序,该扩展的主要功能是“Shining your URLs”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Sun.shine扩展crx文件

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

扩展使用说明

                        Official extension for https://sal.vn

Sun.shine is a URL shortener system. Shorten URLs, manage your links and view the click rate statistics.                    

扩展基本信息

名称 Sun.shine Sun.shine
ID mmgpajibllaionblgcgafnihmlnlnjie
官方URL https://chromewebstore.google.com/detail/sunshine/mmgpajibllaionblgcgafnihmlnlnjie
简介 Shining your URLs
文件大小 366 KB
安装次数 359
当前版本 2.1.0
更新时间 2023-11-30
上架时间 2023-11-30
评分 5.00/5 共11次评分
开发者 https://sal.vn
电子邮箱 [email protected]
付费类型 free
扩展官网 https://sal.vn
隐私政策页面URL https://sal.vn/privacy-policy
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Sun.shine",
    "version": "2.1.0",
    "description": "Shining your URLs",
    "icons": {
        "16": "assets\/favicon-16.png",
        "32": "assets\/favicon-32.png",
        "48": "assets\/favicon-48.png",
        "128": "assets\/favicon-128.png"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "assets\/favicon-16.png",
            "32": "assets\/favicon-32.png",
            "48": "assets\/favicon-48.png",
            "128": "assets\/favicon-128.png"
        },
        "default_title": "Shorten this URL",
        "chrome_style": false
    },
    "author": "Avengers",
    "background": {
        "persistent": false,
        "scripts": [
            "js\/background.js"
        ]
    },
    "homepage_url": "https:\/\/sal.vn\/",
    "minimum_chrome_version": "49",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "storage",
        "clipboardWrite",
        "https:\/\/sal.vn\/**\/*",
        "contextMenus",
        "activeTab",
        "cookies"
    ],
    "short_name": "SAL",
    "web_accessible_resources": [
        "css\/toastr.css"
    ]
}