Clicker
Extension for getting current url in short form via clck.ru service
Clicker란 무엇입니까?
Clicker은(는) Ray에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Extension for getting current url in short form via clck.ru service"입니다.
확장 프로그램 스크린샷
Clicker 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
With this extension you can get current url of opened tab in short form via clck.ru service.(Thanks Bobuk for this nice service) Changes in v0.2: 1) Clicker icon have transparent background 2) Short link is automatically copied to the clipboard Changes in v0.3: If select any part of text on the page and to call the Clicker extension, then selected text with short link will be copied in Clicker's input field and all this will be copied into the clipboard. If not selected nothing, then will be copied only short link. Clicker v0.3.2 - small bugfix. Clicker v0.3.4 - small fix. Clicker v0.3.4.1 - manifest updates.
확장 프로그램 기본 정보
이름 | Clicker |
ID | oonhhnhddmkflmkhoekflgloclaedocn |
공식 URL | https://chromewebstore.google.com/detail/clicker/oonhhnhddmkflmkhoekflgloclaedocn |
설명 | Extension for getting current url in short form via clck.ru service |
파일 크기 | 32.98 KB |
설치 횟수 | 445 |
현재 버전 | 0.3.4.1 |
최근 업데이트 | 2013-06-26 |
출시 날짜 | 2013-06-25 |
평점 | 4.15/5 총 20 개의 평점 |
개발자 | Ray |
결제 유형 | free |
도움말 페이지 URL | http://twitter.com/i__Ray |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Clicker", "version": "0.3.4.1", "description": "Extension for getting current url in short form via clck.ru service", "background": { "page": "background.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*" ], "js": [ "content_script.js" ] } ], "browser_action": { "default_icon": "icon48.png", "default_popup": "popup.html" }, "icons": { "16": "icon16.png", "48": "icon48.png" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ] } |