HREF Pro URL Shortener
This tool will help you turn a long and complicated link into a short one. Shortened links look nicer in your posts and messages…
HREF Pro URL Shortener란 무엇입니까?
HREF Pro URL Shortener은(는) https://href.pro에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This tool will help you turn a long and complicated link into a short one. Shortened links look nicer in your posts and messages…"입니다.
확장 프로그램 스크린샷
HREF Pro URL Shortener 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This tool will help you turn a long and complicated link into a short one. Shortened links look nicer in your posts and messages and are easier to copy. You get: * Fast SHORT url * Fast QR code * Full stat * Fast share on Social Media More features on site: * Password protect * Geotargeting
확장 프로그램 기본 정보
이름 | HREF Pro URL Shortener |
ID | mdjefmomlhmdkhnioekadkmcokhlifdm |
공식 URL | https://chromewebstore.google.com/detail/href-pro-url-shortener/mdjefmomlhmdkhnioekadkmcokhlifdm |
설명 | This tool will help you turn a long and complicated link into a short one. Shortened links look nicer in your posts and messages… |
파일 크기 | 242 KB |
설치 횟수 | 35 |
현재 버전 | 1.1 |
최근 업데이트 | 2016-08-04 |
출시 날짜 | 2016-08-04 |
평점 | 3.00/5 총 2 개의 평점 |
개발자 | https://href.pro |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "HREF Pro URL Shortener", "version": "1.1", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png", "256": "images\/icon256.png" }, "content_scripts": [ { "matches": [ "*:\/\/href.pro\/*" ], "js": [ "js\/href.js" ], "css": [ "style\/chrome.css" ] } ], "permissions": [ "*:\/\/href.pro\/*", "unlimited_storage", "storage", "tabs" ], "browser_action": { "default_title": "Short you URL", "default_icon": "images\/icon48.png", "default_popup": "popup.html" } } |