Postpone Page (online version)

Save pages to read later

O que é Postpone Page (online version)?

Postpone Page (online version) é uma extensão do Chrome desenvolvida por http://postponepage.appspot.com, e sua principal característica é "Save pages to read later".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Postpone Page (online version)

Baixe arquivos de extensão Postpone Page (online version) no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        Save pages for later and sync them between browsers. This is a version of the Postpone Page extension that works  online.                    

Informações Básicas da Extensão

Nome Postpone Page (online version) Postpone Page (online version)
ID iaipfamcbobdkffhihlahdcohcfejibg
URL Oficial https://chrome.google.com/webstore/detail/postpone-page-online-vers/iaipfamcbobdkffhihlahdcohcfejibg
Descrição Save pages to read later
Tamanho do Arquivo 47.83 KB
Contagem de Instalações 14
Versão Atual 1.0
Última Atualização 2015-02-02
Data de Publicação 2015-02-02
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor http://postponepage.appspot.com
Tipo de Pagamento free
Site da Extensão https://postponepage.appspot.com
Idiomas Suportados 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"
        }
    }
}