Autoscroll

Use Ctrl+Up/Down arrows to make pages scroll continously.

Τι είναι το Autoscroll;

Το Autoscroll είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://mrogalski.eu, και η κύρια λειτουργία του είναι "Use Ctrl+Up/Down arrows to make pages scroll continously.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Autoscroll

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

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

                        Scroller is an extension that automatically scrolls webpages. Use Ctrl + arrows to adjust scrolling speed or set default values using icon on the top bar.                    

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

Όνομα Autoscroll Autoscroll
ID cokfegjeoaflhjkloplfpjgnmlhbfkhp
Επίσημο URL https://chromewebstore.google.com/detail/autoscroll/cokfegjeoaflhjkloplfpjgnmlhbfkhp
Περιγραφή Use Ctrl+Up/Down arrows to make pages scroll continously.
Μέγεθος Αρχείου 22.91 KB
Αριθμός Εγκαταστάσεων 2,108
Τρέχουσα Έκδοση 1.2
Τελευταία Ενημέρωση 2013-04-27
Ημερομηνία Δημοσίευσης 2013-04-27
Αξιολόγηση 3.64/5 Συνολικά 33 Αξιολογήσεις
Προγραμματιστής https://mrogalski.eu
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://mrogalski.eu/
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "browser_action": {
        "default_icon": {
            "19": "icon19.png",
            "38": "icon38.png"
        },
        "default_popup": "popup.html",
        "default_title": "Use Ctrl+Up\/Down arrows to make pages scroll continously."
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Use Ctrl+Up\/Down arrows to make pages scroll continously.",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "name": "Autoscroll",
    "permissions": [
        "storage",
        "tabs"
    ],
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "scroller.js"
            ]
        }
    ],
    "manifest_version": 2,
    "version": "1.2"
}