Actually Read it Later

Extension for saving articles for later, and actually reading them

O que é Actually Read it Later?

Actually Read it Later é uma extensão do Chrome desenvolvida por Arsen Losenko, e sua principal característica é "Extension for saving articles for later, and actually reading them".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Actually Read it Later

Baixe arquivos de extensão Actually Read it Later 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

                        If you are always forgetting that article that you saved to read it later, this extension is for you!

Usage of extension is as basic as it gets: you set time for reading in options, and then save any article that you want by clicking on extension icon. When the reading time comes, you will be presented with list of your saved articles. Pretty easy, right?

Feel free to share your usage experience here, any feedback is appreciated!                    

Informações Básicas da Extensão

Nome Actually Read it Later Actually Read it Later
ID ljjoedgdgmfajafgijejbomchigkojie
URL Oficial https://chromewebstore.google.com/detail/actually-read-it-later/ljjoedgdgmfajafgijejbomchigkojie
Descrição Extension for saving articles for later, and actually reading them
Tamanho do Arquivo 423 KB
Contagem de Instalações 266
Versão Atual 1.7.5
Última Atualização 2018-03-17
Data de Publicação 2018-03-17
Classificação 4.00/5 Total de 6 Avaliações
Desenvolvedor Arsen Losenko
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Actually Read it Later",
    "description": "Extension for saving articles for later, and actually reading them",
    "version": "1.7.5",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "permissions": [
        "alarms",
        "notifications",
        "storage",
        "tabs",
        "contextMenus",
        ""
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "options_page": "options.html",
    "browser_action": {
        "default_title": "Actually Read It Later",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "img\/notebook16.png",
        "32": "img\/notebook32.png",
        "48": "img\/notebook48.png",
        "128": "img\/notebook128.png"
    }
}