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…

Τι είναι το ScrollMark (Autosave Scroll Position);

Το ScrollMark (Autosave Scroll Position) είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον suresh.falor, και η κύρια λειτουργία του είναι "ScrollMark is a small yet intuitive extension created to save you time and effort. It's frustrating when you return to a long…".

Λήψη αρχείου CRX της επέκτασης ScrollMark (Autosave Scroll Position)

Λήψη αρχείων επέκτασης ScrollMark (Autosave Scroll Position) σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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                    

Βασικές Πληροφορίες Επέκτασης

Όνομα ScrollMark (Autosave Scroll Position) ScrollMark (Autosave Scroll Position)
ID gekidlkidjohjompjafiphdpgejjgklo
Επίσημο URL https://chrome.google.com/webstore/detail/scrollmark-autosave-scrol/gekidlkidjohjompjafiphdpgejjgklo
Περιγραφή ScrollMark is a small yet intuitive extension created to save you time and effort. It's frustrating when you return to a long…
Μέγεθος Αρχείου 47.08 KB
Αριθμός Εγκαταστάσεων 465
Τρέχουσα Έκδοση 0.2
Τελευταία Ενημέρωση 2015-04-24
Ημερομηνία Δημοσίευσης 2015-04-24
Αξιολόγηση 2.90/5 Συνολικά 29 Αξιολογήσεις
Προγραμματιστής suresh.falor
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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"
    }
}