Refresh Page - Auto reload page
Automatically page reload after any number of seconds. Works for all pages. Refresh tab on demand.
Τι είναι το Refresh Page - Auto reload page;
Το Refresh Page - Auto reload page είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Refresh Inc., και η κύρια λειτουργία του είναι "Automatically page reload after any number of seconds. Works for all pages. Refresh tab on demand.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Refresh Page - Auto reload page
Λήψη αρχείων επέκτασης Refresh Page - Auto reload page σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Small and easy to use chrome extension that auto reloads a list of URLs according to your settings. Reloads web pages after any number of seconds. Features: * Renew pages after a set number of seconds. * Set different delays per page or tab. * Remembers your settings per page. * Does not track you Finally a page renew that works. Reload any page with just a few clicks. Page refresh works on any website. Auto-renew (auto-reload) your idle pages on a selected interval. Are there times when you want a page(tab) in your browser to auto-update? Do want your page/tab content to be always updated. Now that is easy - Page-refresh will reload your pages and tabs for you. It is very easy and super simple - just set the time interval that you want to auto refresh your pages or tabs and the Page-renew extension will auto reload the pages. The best thing about this page renovate extension is that there is no setup required - it is easy and simple to use, install it and let your idle pages be auto reloaded. Just choose the time you want Page-refresh will do its magic. If what you want an extension that automatically reloads and refreshes web pages in the simplest way, this is what you need. Simply enter the number of seconds between reloads and click Start. You can specify different settings per tab. Preferences are saved per web page URL. The countdown pauses while typing. To stop refreshing the tab, just click Stop.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Refresh Page - Auto reload page |
ID | egikkennjmdkmenllfmbigafjhicmeep |
Επίσημο URL | https://chromewebstore.google.com/detail/refresh-page-auto-reload/egikkennjmdkmenllfmbigafjhicmeep |
Περιγραφή | Automatically page reload after any number of seconds. Works for all pages. Refresh tab on demand. |
Μέγεθος Αρχείου | 57.46 KB |
Αριθμός Εγκαταστάσεων | 3,535,100 |
Τρέχουσα Έκδοση | 0.1.5 |
Τελευταία Ενημέρωση | 2023-03-30 |
Ημερομηνία Δημοσίευσης | 2021-08-18 |
Αξιολόγηση | 4.59/5 Συνολικά 63 Αξιολογήσεις |
Προγραμματιστής | Refresh Inc. |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "0.1.5", "offline_enabled": true, "name": "__MSG_name__", "short_name": "Tab Refresh", "description": "__MSG_desc__", "default_locale": "en", "permissions": [ "https:\/\/*\/*", "alarms", "storage", "notifications", "webRequest", "webRequestBlocking" ], "background": { "scripts": [ "lib\/config.js", "lib\/chrome.js", "lib\/runtime.js", "lib\/common.js", "data\/bg.js" ] }, "browser_action": { "default_title": "Refresh Page", "default_popup": "data\/popup\/popup.html", "default_icon": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png" } }, "icons": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "128": "data\/icons\/128.png" } } |