Auto Refresh
Reload the web page automatically in the time interval that you want.
Τι είναι το Auto Refresh;
Το Auto Refresh είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://stni.pw, και η κύρια λειτουργία του είναι "Reload the web page automatically in the time interval that you want.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Auto Refresh
Λήψη αρχείων επέκτασης Auto Refresh σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Reload web pages automatically in the time interval that you want. A Shitian Ni Project
Βασικές Πληροφορίες Επέκτασης
Όνομα | Auto Refresh |
ID | omcjgdddgjlioknfggaelopggehgfcea |
Επίσημο URL | https://chromewebstore.google.com/detail/auto-refresh/omcjgdddgjlioknfggaelopggehgfcea |
Περιγραφή | Reload the web page automatically in the time interval that you want. |
Μέγεθος Αρχείου | 43.26 KB |
Αριθμός Εγκαταστάσεων | 6,749 |
Τρέχουσα Έκδοση | 1.0.6 |
Τελευταία Ενημέρωση | 2016-06-26 |
Ημερομηνία Δημοσίευσης | 2016-06-26 |
Αξιολόγηση | 3.00/5 Συνολικά 4 Αξιολογήσεις |
Προγραμματιστής | https://stni.pw |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Auto Refresh", "short_name": "Refresh", "version": "1.0.6", "manifest_version": 2, "description": "Reload the web page automatically in the time interval that you want.", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "background": { "scripts": [ "jquery.min.js", "background.js" ] }, "permissions": [ " |