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…

Cos'è ScrollMark (Autosave Scroll Position)?

ScrollMark (Autosave Scroll Position) è un'estensione di Chrome sviluppata da suresh.falor, e la sua funzione principale è "ScrollMark is a small yet intuitive extension created to save you time and effort. It's frustrating when you return to a long…".

Scarica il file CRX dell'estensione ScrollMark (Autosave Scroll Position)

Scarica i file di estensione ScrollMark (Autosave Scroll Position) in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome ScrollMark (Autosave Scroll Position) ScrollMark (Autosave Scroll Position)
ID gekidlkidjohjompjafiphdpgejjgklo
URL Ufficiale https://chrome.google.com/webstore/detail/scrollmark-autosave-scrol/gekidlkidjohjompjafiphdpgejjgklo
Descrizione ScrollMark is a small yet intuitive extension created to save you time and effort. It's frustrating when you return to a long…
Dimensione del File 47.08 KB
Conteggio Installazioni 465
Versione Corrente 0.2
Ultimo Aggiornamento 2015-04-24
Data di Pubblicazione 2015-04-24
Valutazione 2.90/5 Totale 29 Valutazioni
Sviluppatore suresh.falor
Tipo di Pagamento free
Lingue Supportate 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"
    }
}