LinkMaster
Make a short link.
LinkMaster란 무엇입니까?
LinkMaster은(는) https://vufuzi.se에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Make a short link."입니다.
확장 프로그램 스크린샷
LinkMaster 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Shorten links with a simple click. You can create short links by clicking the link icon next to the tool on the top right or by using the rightclick-menu on images, HTML5-videos and links. You'll need a bit.ly account to use this extension. Log in to bitly in the options. If you do not already have an account at Bitly, you can easily register directly or connect with Twitter or Facebook. You'll be able to use your own shortdomain if it is connected to your Bitly account. ~ Changelog ~ Update 18th January 2014: + Major redesign + Improved code + Enchanted popup-box when making links. Update 24th August 2013: + Right-clicking images, videos and links to get a short link now works again. + Improved code
확장 프로그램 기본 정보
이름 | LinkMaster |
ID | mdgncmfemcgcpdmchnenmkgfdpedokgo |
공식 URL | https://chromewebstore.google.com/detail/linkmaster/mdgncmfemcgcpdmchnenmkgfdpedokgo |
설명 | Make a short link. |
파일 크기 | 366 KB |
설치 횟수 | 2,988 |
현재 버전 | 0.4.2 |
최근 업데이트 | 2015-02-05 |
출시 날짜 | 2015-02-05 |
평점 | 5.00/5 총 5 개의 평점 |
개발자 | https://vufuzi.se |
이메일 | [email protected] |
결제 유형 | free |
도움말 페이지 URL | http://vufuzi.com |
지원되는 언어 | en |
manifest.json | |
{ "background": { "persistent": true, "scripts": [ "background.ctrl.min.js", "notification.ctrl.min.js" ] }, "browser_action": { "default_icon": "19.png", "default_popup": "popup.html" }, "description": "Make a short link.", "icons": { "128": "128.png", "16": "16.png", "48": "48.png" }, "manifest_version": 2, "name": "LinkMaster", "options_page": "options.html", "permissions": [ "https:\/\/api-ssl.bitly.com\/", "tabs", "clipboardWrite", "contextMenus", "notifications", "storage", "alarms" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.4.2", "web_accessible_resources": [ "auth.html", "48.png" ] } |