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 to jest ScrollMark (Autosave Scroll Position)?

ScrollMark (Autosave Scroll Position) to rozszerzenie Chrome opracowane przez suresh.falor, a jego główną funkcją jest „ScrollMark is a small yet intuitive extension created to save you time and effort. It's frustrating when you return to a long…”.

Pobierz plik CRX rozszerzenia ScrollMark (Autosave Scroll Position)

Pobierz pliki rozszerzeń ScrollMark (Autosave Scroll Position) w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa ScrollMark (Autosave Scroll Position) ScrollMark (Autosave Scroll Position)
ID gekidlkidjohjompjafiphdpgejjgklo
Oficjalny URL https://chrome.google.com/webstore/detail/scrollmark-autosave-scrol/gekidlkidjohjompjafiphdpgejjgklo
Opis ScrollMark is a small yet intuitive extension created to save you time and effort. It's frustrating when you return to a long…
Rozmiar pliku 47.08 KB
Liczba instalacji 465
Aktualna Wersja 0.2
Ostatnia Aktualizacja 2015-04-24
Data Publikacji 2015-04-24
Ocena 2.90/5 Łącznie 29 Oceny
Deweloper suresh.falor
Typ Płatności free
Obsługiwane Języki 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"
    }
}