Scroll Recall

Scrolls page to the position of last visit

Scroll Recallとは何ですか?

Scroll Recallはhttps://efojs.comによって開発されたChromeの拡張機能で、その主な機能は「Scrolls page to the position of last visit」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

Scroll Recall拡張機能のCRXファイルをダウンロード

Scroll Recall拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 Scroll Recall Scroll Recall
ID ndbadeoplpldhbnpepaaneehnmihapag
公式URL https://chromewebstore.google.com/detail/scroll-recall/ndbadeoplpldhbnpepaaneehnmihapag
説明 Scrolls page to the position of last visit
ファイルサイズ 13.4 KB
インストール数 92
現在のバージョン 0.0.0.1
最終更新日 2015-09-27
公開日 2015-09-27
評価 3.17/5 合計 6 レビュー
開発者 https://efojs.com
支払い方法 free
対応言語 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"
    }
}