Save to Gentle Reader

Bookmark any article you find around the web directly to your Gentle Reader Bookmarks for reading later

O que é Save to Gentle Reader?

Save to Gentle Reader é uma extensão do Chrome desenvolvida por http://gentlereader.com, e sua principal característica é "Bookmark any article you find around the web directly to your Gentle Reader Bookmarks for reading later".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Save to Gentle Reader

Baixe arquivos de extensão Save to Gentle Reader 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

                        You are the Gentle Reader

This app is for you.

It civilises the experience of online reading.

Use Gentle Reader to

— Browse articles from almost any publication or website
— Bookmark articles for reading later
— See what people with similar reading habits to you are also reading

All in elegant plain text.

If you think that sounds like a mashup of Google Reader, Pinboard and Instapaper, then we’re thinking the same way. Browsing, bookmarking and saving are the one-two-three of serious reading. They flow together. Gentle Reader brings them together.

And that’s where the magic begins.  

Once you start reading and bookmarking on Gentle Reader, you can ask Gentle Reader to find other readers with very similar reading habits to yours, and then to show you what other articles they are also reading. Just think about that for a moment.  Alone, you can read widely. Together, we can read everything. This is collective intelligence, with no artificial ingredients. 

RSS / Twitter reading and mining re-invented                    

Informações Básicas da Extensão

Nome Save to Gentle Reader Save to Gentle Reader
ID kghdhemhpcoiddhaokoakhpahdfbnnee
URL Oficial https://chrome.google.com/webstore/detail/save-to-gentle-reader/kghdhemhpcoiddhaokoakhpahdfbnnee
Descrição Bookmark any article you find around the web directly to your Gentle Reader Bookmarks for reading later
Tamanho do Arquivo 762 KB
Contagem de Instalações 15
Versão Atual 1.1.3
Última Atualização 2018-08-25
Data de Publicação 2018-08-25
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor http://gentlereader.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://gentlereader.com
URL da Página de Ajuda https://gentlereader.com
URL da Página de Política de Privacidade https://gentlereader.com/privacy-policy.html
Idiomas Suportados en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Save to Gentle Reader",
    "description": "Bookmark any article you find around the web directly to your Gentle Reader Bookmarks for reading later",
    "version": "1.1.3",
    "icons": {
        "16": "assets\/images\/icon-16.png",
        "32": "assets\/images\/icon-32.png",
        "64": "assets\/images\/icon-64.png",
        "128": "assets\/images\/icon-128.png"
    },
    "background": {
        "page": "observer.html"
    },
    "browser_action": {
        "default_icon": "assets\/images\/icon.png",
        "default_title": "Save to Gentle Reader"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/*.cronycle.com; object-src 'self'"
}