Clip Page
See the Web to gather clips.
Clip Page란 무엇입니까?
Clip Page은(는) GGamagidev에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "See the Web to gather clips."입니다.
확장 프로그램 스크린샷
Clip Page 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Display together with a clip of a Web page. You can see in the collectively fragmentary information of multiple Web. This is useful when you see at once the list of 2-3 pages. Selected a long clip of the scissors, and the lower truncated easily.(screen shot 4th~5th) To select the list that illuminates with a clip, please use the Ctrl + left mouse button or middle mouse button. (Command + left mouse button on mac.)
확장 프로그램 기본 정보
이름 | Clip Page |
ID | mjapkjdghebpeepcmlhokcbpeihggkih |
공식 URL | https://chromewebstore.google.com/detail/clip-page/mjapkjdghebpeepcmlhokcbpeihggkih |
설명 | See the Web to gather clips. |
파일 크기 | 152 KB |
설치 횟수 | 65 |
현재 버전 | 0.9.3 |
최근 업데이트 | 2014-01-13 |
출시 날짜 | 2014-01-12 |
개발자 | GGamagidev |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://ggamagidev.blogspot.com |
도움말 페이지 URL | http://ggamagidev.blogspot.com/search/label/Start%20Line |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Clip Page", "permissions": [ "storage", "tabs", "http:\/\/*\/", "https:\/\/*\/" ], "version": "0.9.3", "description": "See the Web to gather clips.", "homepage_url": "http:\/\/ggamagidev.blogspot.com\/", "browser_action": { "default_icon": "icon19.png", "default_popup": "webclippopup.html" }, "content_scripts": [ { "css": [ "themes\/base\/jquery.ui.resizable.css" ], "js": [ "jquery.min.js", "jquery-ui.custom.min.js", "webclipbg.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_end" } ], "options_page": "webclipoptions.html", "icons": { "16": "icon16.png", "19": "icon19.png", "64": "icon64.png", "128": "icon128.png" } } |