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…

Qu'est-ce que ScrollMark (Autosave Scroll Position) ?

ScrollMark (Autosave Scroll Position) est une extension Chrome développée par suresh.falor, et sa fonction principale est "ScrollMark is a small yet intuitive extension created to save you time and effort. It's frustrating when you return to a long…".

Télécharger le fichier CRX de l'extension ScrollMark (Autosave Scroll Position)

Téléchargez les fichiers d'extension ScrollMark (Autosave Scroll Position) au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom ScrollMark (Autosave Scroll Position) ScrollMark (Autosave Scroll Position)
ID gekidlkidjohjompjafiphdpgejjgklo
URL Officiel 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…
Taille du Fichier 47.08 KB
Nombre d'Installations 465
Version Actuelle 0.2
Dernière Mise à Jour 2015-04-24
Date de Publication 2015-04-24
Évaluation 2.90/5 Total 29 Évaluations
Développeur suresh.falor
Type de Paiement free
Langues Prises en Charge 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"
    }
}