Make Shortlink + Copy link = Liral

creates a short link for the current url tab

Make Shortlink + Copy link = Liral란 무엇입니까?

Make Shortlink + Copy link = Liral은(는) https://lir.al에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "creates a short link for the current url tab"입니다.

확장 프로그램 스크린샷

screenshot

Make Shortlink + Copy link = Liral 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        The easiest way that only needs pressing a button with two simultaneous functions:
For shortening long, confusing URLs and sending to clipboard (storing by Ctrl+C), all you need to do is paste.

As fast and simple as that!                    

확장 프로그램 기본 정보

이름 Make Shortlink + Copy link = Liral Make Shortlink + Copy link = Liral
ID ibljjgpdelcmgcmgooniaolcpboegnch
공식 URL https://chromewebstore.google.com/detail/make-shortlink-+-copy-lin/ibljjgpdelcmgcmgooniaolcpboegnch
설명 creates a short link for the current url tab
파일 크기 46.22 KB
설치 횟수 116
현재 버전 1.0.7
최근 업데이트 2019-01-14
출시 날짜 2019-01-13
평점 4.80/5 총 5 개의 평점
개발자 https://lir.al
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "browser_action": {
        "default_icon": "icon\/icon_16.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "js\/popup.js"
            ],
            "matches": [
                "http:\/\/*\/*"
            ]
        }
    ],
    "description": "creates a short link for the current url tab",
    "icons": {
        "128": "icon\/icon_128.png",
        "16": "icon\/icon_16.png",
        "48": "icon\/icon_48.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAxXvh4y3POrZj8K+kJvnpF1bUD5VLtyacqXlnm+SuUjWK7V+Pn+i4bI7IF8coE7oGVG0Ori7CADyf375A5lgBVWjcFlNCVZJ5Fv+CgIlEQ0uaNxNegMGJBZpabb5i1Xh576Y2fCYTvaUDUWy3\/JpfAhWvkBC+vDuGHMTojdCwGxwqTHvFLwnXGloG6Gm6oI\/r6EChzJTgtPhXa25\/tMYJNJ+KVwUpAzCv+lvM5CKioK478TywFRsqu+cjr+aIRxYu9vEmAy8eDjWZGVaBLKbSXraehIDJydB8yHTJJY8PiYnPVNQPatt1Y4t2tNOopNQz7fWfAbrlL\/NRhkJ8u1ArUwIDAQAB",
    "manifest_version": 2,
    "name": "Make Shortlink + Copy link = Liral",
    "permissions": [
        "tabs",
        "http:\/\/*\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.7"
}