Last Scroll

Shows position after scrolling (by line ↡, or by page ⇓) for better reading continuity.

Last Scrollとは何ですか?

Last Scrollは[email protected]によって開発されたChromeの拡張機能で、その主な機能は「Shows position after scrolling (by line ↡, or by page ⇓) for better reading continuity.」です。

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        When scrolling web pages it is often difficult to find the last
previously visible line to keep on reading.

This is most apparent when a scroll has less than a full page to go at the top or bottom of a document.

*Last Scroll* provides a visual hint where to keep on reading, and how we got here.

Click the visual hint to toggle its visibility.                    

拡張機能の基本情報

名前 Last Scroll Last Scroll
ID mceojjfcjklcpbdkagkjhoinaagcidnd
公式URL https://chromewebstore.google.com/detail/last-scroll/mceojjfcjklcpbdkagkjhoinaagcidnd
説明 Shows position after scrolling (by line ↡, or by page ⇓) for better reading continuity.
ファイルサイズ 22.34 KB
インストール数 28
現在のバージョン 10
最終更新日 2013-11-30
公開日 2013-11-30
評価 1.00/5 合計 1 レビュー
開発者 [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/anaran/LastScrollChrome
ヘルプページのURL https://github.com/anaran/LastScrollChrome/issues
対応言語 de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extension_name__",
    "version": "10",
    "minimum_chrome_version": "29.0.1521.3",
    "default_locale": "en",
    "description": "__MSG_extension_description__",
    "icons": {
        "48": "lastscroll4_48x48.png",
        "128": "lastscroll4_128x128.png"
    },
    "web_accessible_resources": [
        "lastscroll4_48x48.png",
        "lastscroll4_128x128.png"
    ],
    "permissions": [],
    "background": {
        "scripts": [
            "last_scroll_event_page.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "all_frames": false,
            "matches": [
                ""
            ],
            "js": [
                "last_scroll.js"
            ]
        }
    ]
}