Mini URL - The URL shortener

Shortens the current url and copies it to clipboard

Mini URL - The URL shortener란 무엇입니까?

Mini URL - The URL shortener은(는) miniurl2016에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Shortens the current url and copies it to clipboard"입니다.

확장 프로그램 스크린샷

screenshot

Mini URL - The URL shortener 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Mini URL is a url shortener. It is a simple chrome extension that, when clicked, shortens the current URL and copies the shortened url to the clipboard. Mini url uses the Google URL shortener service https://goo.gl/ as the backend. Using the extension is simple: just click the Mini URL icon, a tiny version of the current url is created and sent to the clipboard. To use the short url, just paste!                    

확장 프로그램 기본 정보

이름 Mini URL - The URL shortener Mini URL - The URL shortener
ID oikjbfhojbdndgcjkjeccfelofhihdai
공식 URL https://chromewebstore.google.com/detail/mini-url-the-url-shortene/oikjbfhojbdndgcjkjeccfelofhihdai
설명 Shortens the current url and copies it to clipboard
파일 크기 850 KB
설치 횟수 170
현재 버전 1.1
최근 업데이트 2016-02-26
출시 날짜 2016-02-26
평점 4.50/5 총 8 개의 평점
개발자 miniurl2016
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Mini URL - The URL shortener",
    "short_name": "Mini URL",
    "description": "Shortens the current url and copies it to clipboard",
    "version": "1.1",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "clipboardWrite",
        "https:\/\/www.googleapis.com\/"
    ]
}