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…

Was ist ScrollMark (Autosave Scroll Position)?

ScrollMark (Autosave Scroll Position) ist eine Chrome-Erweiterung, die von suresh.falor entwickelt wurde, und ihr Hauptmerkmal ist "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)-Erweiterungs-CRX-Datei herunterladen

Laden Sie ScrollMark (Autosave Scroll Position)-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name ScrollMark (Autosave Scroll Position) ScrollMark (Autosave Scroll Position)
ID gekidlkidjohjompjafiphdpgejjgklo
Offizielle URL https://chrome.google.com/webstore/detail/scrollmark-autosave-scrol/gekidlkidjohjompjafiphdpgejjgklo
Beschreibung ScrollMark is a small yet intuitive extension created to save you time and effort. It's frustrating when you return to a long…
Dateigröße 47.08 KB
Installationsanzahl 465
Aktuelle Version 0.2
Letztes Update 2015-04-24
Veröffentlichungsdatum 2015-04-24
Bewertung 2.90/5 Insgesamt 29 Bewertungen
Entwickler suresh.falor
Zahlungsart free
Unterstützte Sprachen 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"
    }
}