URL Shortener

Easily shorten desired urls via Rebrandly API.

URL Shortener란 무엇입니까?

URL Shortener은(는) Lynn에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Easily shorten desired urls via Rebrandly API."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        URL Shortener is a simple add-on that let you shorten a desired URL(s) with just once click. It uses Rebrandly URL Shortener API (https://developers.rebrandly.com/docs).

Note: before using the addon please make sure to get an API key. In order to get the API key please visit add-on option's page. Once the key is set, you can start working with the addon.

Simply right-click on any link and then select - Copy Shortened URL to clipboard - from the context-menu. If you click on the white area within the page, the page URL will be selected as the source URL to be shortened.

Please note that the shortened URL will be auto-copied to the clipboard, so you do not need to perform extra steps to copy the URL to the clipboard.

In order to report bugs, please fill the bug report form in the addon's homepage (http://mybrowseraddon.com/g-url-shortener.html).                    

확장 프로그램 기본 정보

이름 URL Shortener URL Shortener
ID hpafmbdhpgibhehfihhpkpohjbknkhcb
공식 URL https://chrome.google.com/webstore/detail/url-shortener/hpafmbdhpgibhehfihhpkpohjbknkhcb
설명 Easily shorten desired urls via Rebrandly API.
파일 크기 15.88 KB
설치 횟수 99
현재 버전 0.1.2
최근 업데이트 2019-04-09
출시 날짜 2019-04-09
평점 1.00/5 총 1 개의 평점
개발자 Lynn
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://mybrowseraddon.com/g-url-shortener.html
도움말 페이지 URL http://mybrowseraddon.com/g-url-shortener.html
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.2",
    "manifest_version": 2,
    "name": "URL Shortener",
    "short_name": "g-url-shortener",
    "background": {
        "page": "lib\/chrome\/background.html"
    },
    "description": "Easily shorten desired urls via Rebrandly API.",
    "homepage_url": "http:\/\/mybrowseraddon.com\/g-url-shortener.html",
    "options_ui": {
        "chrome_style": true,
        "page": "data\/options\/options.html"
    },
    "permissions": [
        "storage",
        "contextMenus",
        "notifications",
        "clipboardWrite"
    ],
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png"
    }
}