Simple Tab Reloader

Refresh your tabs, without all those annoying features

Cos'è Simple Tab Reloader?

Simple Tab Reloader è un'estensione di Chrome sviluppata da Tabernacle8, e la sua funzione principale è "Refresh your tabs, without all those annoying features".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Simple Tab Reloader

Scarica i file di estensione Simple Tab Reloader in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Every automatic tab reloader asks for either way too many permissions or is just a big mess to use. So, I decided to create my own and share it with you!

Simple Tab Reloader is easy to use, just choose which reload interval you want and hit start. The tab you were on when you hit start will be reloaded at the interval you set, even if you move to another tab.

Highlighted Features:
 - Super easy to use, input a time and hit start
 - Reload interval syncs across your google account
 - Counter for when the next reload is
 - Requires no permissions to install (Protects your privacy)
 - Collects no user data / no analytics data



Please leave suggestions in a review or comment on this extension's GitHub https://github.com/tabernacle8/AutoReloadTab.                    

Informazioni di Base sull'Estensione

Nome Simple Tab Reloader Simple Tab Reloader
ID henodmaaehdoggfnlebeabepfeendocd
URL Ufficiale https://chromewebstore.google.com/detail/simple-tab-reloader/henodmaaehdoggfnlebeabepfeendocd
Descrizione Refresh your tabs, without all those annoying features
Dimensione del File 15.03 KB
Conteggio Installazioni 722
Versione Corrente 3.1.0
Ultimo Aggiornamento 2022-12-25
Data di Pubblicazione 2021-02-07
Valutazione 4.67/5 Totale 3 Valutazioni
Sviluppatore Tabernacle8
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://docs.google.com/document/d/11I9bVn6VpVmdai7aKsZayocZFMGicSxSSnYAXY1R-L4/edit
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Simple Tab Reloader",
    "version": "3.1.0",
    "description": "Refresh your tabs, without all those annoying features",
    "permissions": [
        "declarativeContent",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js",
            "reloadTabBackground.js"
        ],
        "persistent": true
    },
    "page_action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "Reload16.png",
        "48": "Reload48.png",
        "128": "Reload128.png"
    },
    "manifest_version": 2
}