Auto Reload Page

Keep reloading page automatically!

Τι είναι το Auto Reload Page;

Το Auto Reload Page είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον SocialWorker, και η κύρια λειτουργία του είναι "Keep reloading page automatically!".

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

screenshot
screenshot
screenshot

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

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

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

                        Free yourself from clicking refresh button again and again, thanks to the Auto Reload Page extension!
The extension comes handy when you want to keep refreshing a webpage at regular intervals, be it for checking status or something or keeping an eye on progress of your favourite sports' event!
- Reload chrome tab at the certain specified time interval
- Reloads stick to the tab and not the website, so even you change the URL, reloads keep happening as long as it is active in the tab
- Reloads keep working even when you pull the tab out to a new window                    

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

Όνομα Auto Reload Page Auto Reload Page
ID cggooibcfafefodnecpcbgiebbjjpnpb
Επίσημο URL https://chromewebstore.google.com/detail/auto-reload-page/cggooibcfafefodnecpcbgiebbjjpnpb
Περιγραφή Keep reloading page automatically!
Μέγεθος Αρχείου 25.42 KB
Αριθμός Εγκαταστάσεων 212
Τρέχουσα Έκδοση 1.1
Τελευταία Ενημέρωση 2020-10-13
Ημερομηνία Δημοσίευσης 2020-10-07
Αξιολόγηση 3.67/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής SocialWorker
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/sushrut111/chrome-tab-reloader
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Auto Reload Page",
    "version": "1.1",
    "icons": {
        "128": "icon.png"
    },
    "description": "Keep reloading page automatically!",
    "permissions": [
        "storage",
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "manifest_version": 2
}