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…

What is ScrollMark (Autosave Scroll Position)?

ScrollMark (Autosave Scroll Position) is a Chrome extension developed by suresh.falor, and its main feature is "ScrollMark is a small yet intuitive extension created to save you time and effort. It's frustrating when you return to a long…".

Download ScrollMark (Autosave Scroll Position) Extension CRX File

Download ScrollMark (Autosave Scroll Position) extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name ScrollMark (Autosave Scroll Position) ScrollMark (Autosave Scroll Position)
ID gekidlkidjohjompjafiphdpgejjgklo
Official URL https://chrome.google.com/webstore/detail/scrollmark-autosave-scrol/gekidlkidjohjompjafiphdpgejjgklo
Description ScrollMark is a small yet intuitive extension created to save you time and effort. It's frustrating when you return to a long…
File Size 47.08 KB
Installation Count 465
Current Version 0.2
Last Updated 2015-04-24
Publish Date 2015-04-24
Rating 2.90/5 Total 29 Ratings
Developer suresh.falor
Payment Type free
Supported Languages 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"
    }
}