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…

Co je ScrollMark (Autosave Scroll Position)?

ScrollMark (Autosave Scroll Position) je rozšíření Chrome vyvinuté suresh.falor, a jeho hlavní funkcí je „ScrollMark is a small yet intuitive extension created to save you time and effort. It's frustrating when you return to a long…“.

Stáhnout soubor CRX rozšíření ScrollMark (Autosave Scroll Position)

Stáhněte si soubory rozšíření ScrollMark (Autosave Scroll Position) ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název ScrollMark (Autosave Scroll Position) ScrollMark (Autosave Scroll Position)
ID gekidlkidjohjompjafiphdpgejjgklo
Oficiální URL https://chrome.google.com/webstore/detail/scrollmark-autosave-scrol/gekidlkidjohjompjafiphdpgejjgklo
Popis ScrollMark is a small yet intuitive extension created to save you time and effort. It's frustrating when you return to a long…
Velikost souboru 47.08 KB
Počet instalací 465
Aktuální Verze 0.2
Poslední Aktualizace 2015-04-24
Datum Vydání 2015-04-24
Hodnocení 2.90/5 Celkem 29 Hodnocení
Vývojář suresh.falor
Typ Platby free
Podporované Jazyky 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"
    }
}