G.UA url shortener
Plugin for g.ua url shortener service
G.UA url shortener란 무엇입니까?
G.UA url shortener은(는) http://g.ua에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Plugin for g.ua url shortener service"입니다.
확장 프로그램 스크린샷
G.UA url shortener 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Shorten and copy links in one click *About G.UA is the easiest link shortener ever. Due to its one-letter domain name, all the links, shortened with G.UA, are really small. *How it works When you click on the extension icon, the link from the address bar is already been shortened and copied to clipboard - isn’t that a dream? *Features - Automatical copying of the link with a single touch of a button - Preview of the stortened link in the plugin window - Expansion of the shortened link via http://g.ua web interface - You can create a QR-code of your link on the http://g.ua web site *********************** If you see a feature that's missing or have any problem with the extension, please write us at [email protected] *********************** Special thanks to the authors: Idea - NIC.UA LLC, http://nic.ua Design - Psyho, http://psyho.ua Note: the G.UA Chrome extension does not collect any additional data about your browsing activity or history, while the information, entered by users, is not being spreaded anywhere. The only activity is forwarding to a shortened link.
확장 프로그램 기본 정보
이름 | |
ID | jjmcmlhbeipmnapllhpmmpdnfdaiccop |
공식 URL | https://chrome.google.com/webstore/detail/gua-url-shortener/jjmcmlhbeipmnapllhpmmpdnfdaiccop |
설명 | Plugin for g.ua url shortener service |
파일 크기 | 29.43 KB |
설치 횟수 | 54 |
현재 버전 | 0.2 |
최근 업데이트 | 2013-10-12 |
출시 날짜 | 2013-10-12 |
평점 | 2.62/5 총 53 개의 평점 |
개발자 | http://g.ua |
결제 유형 | free |
지원되는 언어 | en,ru,uk |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "G.UA url shortener", "version": "0.2", "description": "Plugin for g.ua url shortener service", "browser_action": { "default_icon": "img\/g-48.png", "default_title": "g.ua", "default_popup": "popup.html" }, "icons": { "16": "img\/g-16.png", "48": "img\/g-48.png", "128": "img\/g-128.png" }, "default_locale": "ru", "content_security_policy": "script-src 'self' https:\/\/api.g.ua; object-src 'self'", "permissions": [ "tabs", "http:\/\/api.g.ua\/" ] } |