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…

Vad är ScrollMark (Autosave Scroll Position)?

ScrollMark (Autosave Scroll Position) är en Chrome-tillägg utvecklad av suresh.falor, och dess huvudfunktion är "ScrollMark is a small yet intuitive extension created to save you time and effort. It's frustrating when you return to a long…".

Ladda ner ScrollMark (Autosave Scroll Position)-förlängningens CRX-fil

Ladda ner ScrollMark (Autosave Scroll Position)-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn ScrollMark (Autosave Scroll Position) ScrollMark (Autosave Scroll Position)
ID gekidlkidjohjompjafiphdpgejjgklo
Officiell webbadress https://chrome.google.com/webstore/detail/scrollmark-autosave-scrol/gekidlkidjohjompjafiphdpgejjgklo
Beskrivning ScrollMark is a small yet intuitive extension created to save you time and effort. It's frustrating when you return to a long…
Filstorlek 47.08 KB
Antal Installationer 465
Aktuell Version 0.2
Senast Uppdaterad 2015-04-24
Publiceringsdatum 2015-04-24
Betyg 2.90/5 Totalt 29 Betyg
Utvecklare suresh.falor
Betalningssätt free
Stödda Språk 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"
    }
}