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”。

擴展截圖

screenshot

下載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.                    

擴展基本資訊

名稱 Postpone Page (online version) Postpone Page (online version)
ID iaipfamcbobdkffhihlahdcohcfejibg
官方網址 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"
        }
    }
}