Sun.shine

Shining your URLs

Sun.shine란 무엇입니까?

Sun.shine은(는) https://sal.vn에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Shining your URLs"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Sun.shine 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}