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"
}
}
} | |