Scroll Recall

Scrolls page to the position of last visit

O que é Scroll Recall?

Scroll Recall é uma extensão do Chrome desenvolvida por https://efojs.com, e sua principal característica é "Scrolls page to the position of last visit".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Scroll Recall

Baixe arquivos de extensão Scroll Recall 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

                        It remembers where you stopped reading or watching (scrolling) page
And scrolls you back whenever you open it again (from bookmark or by clicking a link or directly typing adress)

Read, close, open, read on

Press "Forget this page" in the ribbon to erase scrolling info and stop tracking current page
Ribbon appears in the bottom right corner of screen for few seconds after reloading any page
___
Actually interesting why browsers do not offer this kind of help yet                    

Informações Básicas da Extensão

Nome Scroll Recall Scroll Recall
ID ndbadeoplpldhbnpepaaneehnmihapag
URL Oficial https://chromewebstore.google.com/detail/scroll-recall/ndbadeoplpldhbnpepaaneehnmihapag
Descrição Scrolls page to the position of last visit
Tamanho do Arquivo 13.4 KB
Contagem de Instalações 92
Versão Atual 0.0.0.1
Última Atualização 2015-09-27
Data de Publicação 2015-09-27
Classificação 3.17/5 Total de 6 Avaliações
Desenvolvedor https://efojs.com
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "author": "Denis Krasulin (EFOJS), 2015",
    "name": "Scroll Recall",
    "short_name": "ScrollRecall",
    "homepage_url": "http:\/\/efojs.com",
    "description": "Scrolls page to the position of last visit",
    "version": "0.0.0.1",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "scrollRecall.js"
            ],
            "css": [
                "scrollRecall.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "iconSettings.png"
    ],
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}