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文件
下载Postpone Page (online version)扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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"
}
}
} | |