Timer Refresh

Timer refresh the specified page or only refresh the inactive TAB page.

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

Το Timer Refresh είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον thomashg0712, και η κύρια λειτουργία του είναι "Timer refresh the specified page or only refresh the inactive TAB page.".

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

screenshot

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

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

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

                        For some users with special needs, keeping the page active maybe a good help.                    

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

Όνομα Timer Refresh Timer Refresh
ID fembhgfanglpnpkjcgdacodmefdmfpep
Επίσημο URL https://chrome.google.com/webstore/detail/fembhgfanglpnpkjcgdacodmefdmfpep
Περιγραφή Timer refresh the specified page or only refresh the inactive TAB page.
Μέγεθος Αρχείου 27.85 KB
Αριθμός Εγκαταστάσεων 42
Τρέχουσα Έκδοση 0.0.1
Τελευταία Ενημέρωση 2020-01-19
Ημερομηνία Δημοσίευσης 2020-01-19
Προγραμματιστής thomashg0712
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "background.html",
        "script": "background.js"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "script.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "default_locale": "en",
    "description": "__MSG_extDescription__",
    "icons": {
        "128": "img\/on128.png"
    },
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "page_action": {
        "default_icon": "img\/on128.png",
        "default_popup": "popup.html",
        "default_title": "__MSG_extName__"
    },
    "permissions": [
        "tabs",
        "browsingData",
        "webRequest",
        "webNavigation",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "0.0.1"
}