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…

Wat is ScrollMark (Autosave Scroll Position)?

ScrollMark (Autosave Scroll Position) is een Chrome-extensie ontwikkeld door suresh.falor, en de belangrijkste functie 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 het CRX-bestand van de extensie ScrollMark (Autosave Scroll Position)

Download ScrollMark (Autosave Scroll Position)-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam ScrollMark (Autosave Scroll Position) ScrollMark (Autosave Scroll Position)
ID gekidlkidjohjompjafiphdpgejjgklo
Officiële URL https://chrome.google.com/webstore/detail/scrollmark-autosave-scrol/gekidlkidjohjompjafiphdpgejjgklo
Beschrijving ScrollMark is a small yet intuitive extension created to save you time and effort. It's frustrating when you return to a long…
Bestandsgrootte 47.08 KB
Aantal Installaties 465
Huidige Versie 0.2
Laatst Bijgewerkt 2015-04-24
Publicatiedatum 2015-04-24
Beoordeling 2.90/5 Totaal 29 Beoordelingen
Ontwikkelaar suresh.falor
Betalingswijze free
Ondersteunde Talen 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"
    }
}