Clips
Manage your Pocket list with Google Chrome.
Clips란 무엇입니까?
Clips은(는) http://mvilla.it에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Manage your Pocket list with Google Chrome."입니다.
확장 프로그램 스크린샷
Clips 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Clips lets you easily and quickly manage items from your Pocket account. * View all your unread, archived or favorites links in a clutter-free list * Preview your saved images directly from Clips popup * Archive, favorite, re-add or delete a link with a single click * Quickly filter your links with a few strokes of the keyboard This extensions is under active development. More features are coming soon.
확장 프로그램 기본 정보
이름 | |
ID | oajkbeamepngilnlnbdpjgponnghhbki |
공식 URL | https://chrome.google.com/webstore/detail/clips/oajkbeamepngilnlnbdpjgponnghhbki |
설명 | Manage your Pocket list with Google Chrome. |
파일 크기 | 93.95 KB |
설치 횟수 | 60 |
현재 버전 | 0.2 |
최근 업데이트 | 2013-03-21 |
출시 날짜 | 2013-03-21 |
평점 | 3.25/5 총 8 개의 평점 |
개발자 | http://mvilla.it |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://www.mvilla.it |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Clips", "description": "Manage your Pocket list with Google Chrome.", "version": "0.2", "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "browser_action": { "default_icon": { "19": "img\/popup_icon19.png", "38": "img\/popup_icon38.png" }, "default_popup": "popup.html" }, "permissions": [ "storage", "tabs", "https:\/\/getpocket.com\/" ], "options_page": "options.html", "content_scripts": [ { "matches": [ "https:\/\/getpocket.com\/*\/pocketChrome" ], "js": [ "js\/redirect.js" ], "run_at": "document_start" } ], "background": { "scripts": [ "js\/jquery-1.9.0.min.js", "js\/background.js" ] } } |