URL Shortener Extension

Create short URLs directly out of Chrome. This extension needs a valid [https://github.com/pawy/url_shortener] installation

URL Shortener Extension란 무엇입니까?

URL Shortener Extension은(는) Pascal Wyss에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Create short URLs directly out of Chrome. This extension needs a valid [https://github.com/pawy/url_shortener] installation"입니다.

확장 프로그램 스크린샷

screenshot

URL Shortener Extension 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Did you ever want to have your own url shortener service? With your own fancy url?
Instead of using the public services like goo.gl or bit.ly you can now have your own service with your very own domain!

All you need to do is to install the sUrl - Url shortener on your web server and you are ready to go. See: https://github.com/pawy/url_shortener

This Chrome extension enables you to shorten the currently open URL right out of your browser with just one click! 
Pretty easy eh?                    

확장 프로그램 기본 정보

이름 URL Shortener Extension URL Shortener Extension
ID mmljapacfpbakplemojcdlncjcclobmg
공식 URL https://chromewebstore.google.com/detail/url-shortener-extension/mmljapacfpbakplemojcdlncjcclobmg
설명 Create short URLs directly out of Chrome. This extension needs a valid [https://github.com/pawy/url_shortener] installation
파일 크기 62.62 KB
설치 횟수 99
현재 버전 2.0.1
최근 업데이트 2013-11-19
출시 날짜 2013-11-19
평점 4.50/5 총 2 개의 평점
개발자 Pascal Wyss
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/pawy/url_shortener
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "URL Shortener Extension",
    "version": "2.0.1",
    "description": "Create short URLs directly out of Chrome. This extension needs a valid [https:\/\/github.com\/pawy\/url_shortener] installation",
    "page_action": {
        "default_icon": {
            "19": "icons\/icon_016.png",
            "38": "icons\/icon_038.png"
        },
        "default_title": "Shorten the URL",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "clipboardWrite",
        "storage"
    ],
    "options_page": "options.html",
    "icons": {
        "16": "icons\/icon_016.png",
        "48": "icons\/icon_048.png",
        "128": "icons\/icon_128.png"
    },
    "homepage_url": "https:\/\/github.com\/pawy\/url_shortener"
}