Simple URL Shortener
This extension shows Shortened URL For the current webpage
Simple URL Shortener란 무엇입니까?
Simple URL Shortener은(는) Vishal Goyal에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension shows Shortened URL For the current webpage"입니다.
확장 프로그램 스크린샷
Simple URL Shortener 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This is a 100% Ad Free Private URL Shortener which provides more useful features like optional Password Protection, Complete Analytics to Track each and every user who clicks a link. Our system allows you to track everything. Whether it is the amount of clicks, the country or the referrer, the data is there. Above all, it is 100% free - http://k2g.co
확장 프로그램 기본 정보
이름 | Simple URL Shortener |
ID | cjifcphacfcmdmlgekkbhchcapdhgddi |
공식 URL | https://chromewebstore.google.com/detail/simple-url-shortener/cjifcphacfcmdmlgekkbhchcapdhgddi |
설명 | This extension shows Shortened URL For the current webpage |
파일 크기 | 13.83 KB |
설치 횟수 | 121 |
현재 버전 | 2.0 |
최근 업데이트 | 2015-10-17 |
출시 날짜 | 2015-10-16 |
평점 | 3.67/5 총 3 개의 평점 |
개발자 | Vishal Goyal |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://k2g.co |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Simple URL Shortener", "description": "This extension shows Shortened URL For the current webpage", "version": "2.0", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "https:\/\/ajax.googleapis.com\/", "http:\/\/*\/", "https:\/\/*\/" ] } |