Page Refresh

Finally a page refresh that works. Reload any page with just a few clicks. Page refresh works on any website.

Τι είναι το Page Refresh;

Το Page Refresh είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Page Refresh, και η κύρια λειτουργία του είναι "Finally a page refresh that works. Reload any page with just a few clicks. Page refresh works on any website.".

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

screenshot
screenshot

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

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

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

                        Auto-refresh (auto-reload) your idle pages on a selected interval.
 
Are there times when you want a page(tab) in your browser to auto-refresh? 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-refresh extension will auto reload the pages.

The best thing about this page refresh 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.

___________________________________________________________________

To use the extension, you have to press CTRL+SHIFT+R (or CMD+SHIFT+R on Mac).
___________________________________________________________________

Key features
- You can set-up the auto reload timer in the extension icon, and you can watch the auto refresh timer
- Change the colors of the extension
- Never miss auction update with the auto refresh & reload timer options
- Separate timers for each website
- Share your experience with "Page Refresh" via Twitter™ or Facebook™

Page Refresh is one of the most popular extensions in the Chrome Market, and we are happy that our users believed in our efforts to create the best Page Refresh extension. In order to do that we need to gather anonymous user data through google analytics. If you have any questions regarding this topic please check out our privacy policy or contact us directly via email.                    

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

Όνομα Page Refresh Page Refresh
ID hmooaemjmediafeacjplpbpenjnpcneg
Επίσημο URL https://chromewebstore.google.com/detail/page-refresh/hmooaemjmediafeacjplpbpenjnpcneg
Περιγραφή Finally a page refresh that works. Reload any page with just a few clicks. Page refresh works on any website.
Μέγεθος Αρχείου 323 KB
Αριθμός Εγκαταστάσεων 153,551
Τρέχουσα Έκδοση 1.3.13.5
Τελευταία Ενημέρωση 2023-10-25
Ημερομηνία Δημοσίευσης 2020-02-25
Αξιολόγηση 3.59/5 Συνολικά 523 Αξιολογήσεις
Προγραμματιστής Page Refresh
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://www.pagerefresh-extension.com/privacy
Υποστηριζόμενες Γλώσσες id,ms,de,en,en-GB,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,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",
    "version": "1.3.13.5",
    "manifest_version": 2,
    "default_locale": "en",
    "name": "__MSG_name__",
    "short_name": "pagerefresh",
    "description": "__MSG_description__",
    "icons": {
        "16": "19x19.png",
        "48": "48x48.png",
        "128": "128x128.png"
    },
    "browser_action": {
        "default_icon": "128x128.png",
        "default_title": "Page Refresh",
        "default_popup": "popup.html"
    },
    "background": {
        "page": "background.html"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "permissions": [
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "webRequest",
        "webRequestBlocking"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'"
}