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 파일 다운로드

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

확장 프로그램 사용 설명서

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