Shlink It!

Use your self-hosted Shlink server to create a shortcut to the current URL.

Shlink It!란 무엇입니까?

Shlink It!은(는) Ted Kulp에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Use your self-hosted Shlink server to create a shortcut to the current URL."입니다.

확장 프로그램 스크린샷

screenshot

Shlink It! 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Shlink It! will create a short URL from the current tab, using your self-hosted Shlink server. It gives you several options before the link is created, and will copy the short URL to your clipboard.

After the extension is installed, go to the Settings page and enter your Shlink URL and API key to get started.

See shlink.io for more details on hosting your own server.

NOTE: This extension is Unofficial and not directly affiliated with the Shlink project.                    

확장 프로그램 기본 정보

이름 Shlink It! Shlink It!
ID honjlmannamjohjjmlfkohhcppoelpfc
공식 URL https://chromewebstore.google.com/detail/shlink-it/honjlmannamjohjjmlfkohhcppoelpfc
설명 Use your self-hosted Shlink server to create a shortcut to the current URL.
파일 크기 359 KB
설치 횟수 72
현재 버전 0.1
최근 업데이트 2022-03-28
출시 날짜 2022-03-28
개발자 Ted Kulp
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/tedkulp/shlink-it
도움말 페이지 URL https://github.com/tedkulp/shlink-it
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Shlink It!",
    "description": "Use your self-hosted Shlink server to create a shortcut to the current URL.",
    "version": "0.1",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "activeTab",
        "notifications"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/shlink-16.png",
            "48": "\/images\/shlink-48.png",
            "64": "\/images\/shlink-64.png",
            "96": "\/images\/shlink-96.png",
            "128": "\/images\/shlink-128.png",
            "256": "\/images\/shlink-256.png"
        }
    },
    "icons": {
        "16": "\/images\/shlink-16.png",
        "48": "\/images\/shlink-48.png",
        "64": "\/images\/shlink-64.png",
        "96": "\/images\/shlink-96.png",
        "128": "\/images\/shlink-128.png",
        "256": "\/images\/shlink-256.png"
    },
    "options_page": "options.html"
}