Save to Pocket (mini)

Adds a toolbar button to save the current page to Pocket, without requiring the "all data" or "all websites" permissions.

O que é Save to Pocket (mini)?

Save to Pocket (mini) é uma extensão do Chrome desenvolvida por evmar, e sua principal característica é "Adds a toolbar button to save the current page to Pocket, without requiring the "all data" or "all websites" permissions.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Save to Pocket (mini)

Baixe arquivos de extensão Save to Pocket (mini) 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

                        I think Pocket is great, but I don't like how their Chrome extension requires so many permissions.  (It even makes use of those permissions to e.g. modify the Hacker News page.  I appreciate this can be turned off via their settings but I'd prefer it didn't even have the capability.)

This extension is the minimal code to auth into Pocket and save URLs into it.

Read the source here:
https://github.com/martine/pocket-mini

For more features, use the official Pocket extension:
https://chrome.google.com/webstore/detail/save-to-pocket/niloccemoadcdkdjlinkgdfekeahmflj                    

Informações Básicas da Extensão

Nome Save to Pocket (mini) Save to Pocket (mini)
ID calnfcidhlhdmmmnicdpddbmmjmfohem
URL Oficial https://chromewebstore.google.com/detail/save-to-pocket-mini/calnfcidhlhdmmmnicdpddbmmjmfohem
Descrição Adds a toolbar button to save the current page to Pocket, without requiring the "all data" or "all websites" permissions.
Tamanho do Arquivo 8.66 KB
Contagem de Instalações 1,016
Versão Atual 1
Última Atualização 2014-08-08
Data de Publicação 2014-08-08
Classificação 4.69/5 Total de 16 Avaliações
Desenvolvedor evmar
Tipo de Pagamento free
Site da Extensão https://github.com/martine/pocket-mini
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Save to Pocket (mini)",
    "description": "Adds a toolbar button to save the current page to Pocket, without requiring the \"all data\" or \"all websites\" permissions.",
    "version": "1",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Add to Pocket",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "https:\/\/getpocket.com\/"
    ],
    "web_accessible_resources": [
        "auth.html"
    ],
    "manifest_version": 2
}