CJs Auto Refresh

Auto refresh the page for CJ because CJ is awesome!

Τι είναι το CJs Auto Refresh;

Το CJs Auto Refresh είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον nextstate, και η κύρια λειτουργία του είναι "Auto refresh the page for CJ because CJ is awesome!".

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

screenshot

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

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

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

                        Auto refresh one or more tabs by clicking the extension's icon and selecting Auto Refresh in the context menu. Change the refresh interval via the Options menu item in the context menu.

When the refresh interval is changed, all tabs that have the Auto Refreshed already checked are refreshed and the new interval is set. Checking Auto Refresh on a different tab will use the new interval.                    

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

Όνομα CJs Auto Refresh CJs Auto Refresh
ID gfgbegjbililmnkakfmpdhndnccpjnlf
Επίσημο URL https://chromewebstore.google.com/detail/cjs-auto-refresh/gfgbegjbililmnkakfmpdhndnccpjnlf
Περιγραφή Auto refresh the page for CJ because CJ is awesome!
Μέγεθος Αρχείου 12.74 KB
Αριθμός Εγκαταστάσεων 118
Τρέχουσα Έκδοση 1.0.1
Τελευταία Ενημέρωση 2019-03-24
Ημερομηνία Δημοσίευσης 2019-03-23
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής nextstate
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CJs Auto Refresh",
    "short_name": "CJs Refresh",
    "version": "1.0.1",
    "manifest_version": 2,
    "description": "Auto refresh the page for CJ because CJ is awesome!",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab",
        "contextMenus",
        "storage"
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "icons": {
        "128": "icon128.png"
    }
}