Postpone Page (online version)
Save pages to read later
What is Postpone Page (online version)?
Postpone Page (online version) is a Chrome extension developed by http://postponepage.appspot.com, and its main feature is "Save pages to read later".
Extension Screenshots
Download Postpone Page (online version) Extension CRX File
Download Postpone Page (online version) extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Save pages for later and sync them between browsers. This is a version of the Postpone Page extension that works online.
Extension Basic Information
Name | |
ID | iaipfamcbobdkffhihlahdcohcfejibg |
Official URL | https://chrome.google.com/webstore/detail/postpone-page-online-vers/iaipfamcbobdkffhihlahdcohcfejibg |
Description | Save pages to read later |
File Size | 47.83 KB |
Installation Count | 14 |
Current Version | 1.0 |
Last Updated | 2015-02-02 |
Publish Date | 2015-02-02 |
Rating | 5.00/5 Total 1 Ratings |
Developer | http://postponepage.appspot.com |
Payment Type | free |
Extension Website | https://postponepage.appspot.com |
Supported Languages | 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" } } } |