ScrollMark (Autosave Scroll Position)

ScrollMark is a small yet intuitive extension created to save you time and effort. It's frustrating when you return to a long…

ScrollMark (Autosave Scroll Position)とは何ですか?

ScrollMark (Autosave Scroll Position)はsuresh.falorによって開発されたChromeの拡張機能で、その主な機能は「ScrollMark is a small yet intuitive extension created to save you time and effort. It's frustrating when you return to a long…」です。

ScrollMark (Autosave Scroll Position)拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        ScrollMark is a small yet intuitive extension created to save you time and effort. 

It's frustrating when you return to a long article, blog post, or online reference, only to find that you've lost your original position. 

Simply click on the ScrollMark icon at the top next to the URL bar once the page loads to scroll down to where you left off. It's that simple!

As always, I welcome your suggestions and criticisms on how to make this better.

-- Rohit                    

拡張機能の基本情報

名前 ScrollMark (Autosave Scroll Position) ScrollMark (Autosave Scroll Position)
ID gekidlkidjohjompjafiphdpgejjgklo
公式URL https://chrome.google.com/webstore/detail/scrollmark-autosave-scrol/gekidlkidjohjompjafiphdpgejjgklo
説明 ScrollMark is a small yet intuitive extension created to save you time and effort. It's frustrating when you return to a long…
ファイルサイズ 47.08 KB
インストール数 465
現在のバージョン 0.2
最終更新日 2015-04-24
公開日 2015-04-24
評価 2.90/5 合計 29 レビュー
開発者 suresh.falor
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ScrollMark (Autosave Scroll Position)",
    "version": "0.2",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "jquery-2.1.3.min.js",
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "browser_action": {
        "default_icon": "logo.png"
    }
}