Postpone Page (online version)
Save pages to read later
Postpone Page (online version)란 무엇입니까?
Postpone Page (online version)은(는) http://postponepage.appspot.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Save pages to read later"입니다.
확장 프로그램 스크린샷
Postpone Page (online version) 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Save pages for later and sync them between browsers. This is a version of the Postpone Page extension that works online.
확장 프로그램 기본 정보
이름 | |
ID | iaipfamcbobdkffhihlahdcohcfejibg |
공식 URL | https://chrome.google.com/webstore/detail/postpone-page-online-vers/iaipfamcbobdkffhihlahdcohcfejibg |
설명 | Save pages to read later |
파일 크기 | 47.83 KB |
설치 횟수 | 14 |
현재 버전 | 1.0 |
최근 업데이트 | 2015-02-02 |
출시 날짜 | 2015-02-02 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | http://postponepage.appspot.com |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://postponepage.appspot.com |
지원되는 언어 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Postpone Page (online version)", "description": "Save pages to read later", "version": "1.0", "manifest_version": 2, "browser_action": { "default_icon": "icons\/icon-19.png", "default_popup": "popup.html" }, "icons": { "16": "icons\/icon-16.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "scripts": [ "jquery-2.1.1.min.js", "common.js", "background.js" ] }, "minimum_chrome_version": "20.0", "commands": { "postpone-toggle": { "suggested_key": { "default": "Alt+0" }, "description": "Postpone\/unpostpone page" } } } |