Tab reloader

Updating tabs by time.

Cos'è Tab reloader?

Tab reloader è un'estensione di Chrome sviluppata da https://maksam07.com, e la sua funzione principale è "Updating tabs by time.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Tab reloader

Scarica i file di estensione 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

                        Updating tabs by time

You can configure updates for each separately
In the pop-up window, you will switch between tabs and the set time for each of them
Convenient control and ease of use!                    

Informazioni di Base sull'Estensione

Nome Tab reloader Tab reloader
ID ogmnlijjlpgemofpegfdlnaembcgnnhj
URL Ufficiale https://chromewebstore.google.com/detail/tab-reloader/ogmnlijjlpgemofpegfdlnaembcgnnhj
Descrizione Updating tabs by time.
Dimensione del File 99.79 KB
Conteggio Installazioni 190
Versione Corrente 1.0.1.0
Ultimo Aggiornamento 2021-05-03
Data di Pubblicazione 2020-12-13
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://maksam07.com
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "static\/img\/icon\/icon19.png",
            "38": "static\/img\/icon\/icon38.png"
        },
        "default_popup": "popup.html",
        "default_title": "__MSG_appDesc__"
    },
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "homepage_url": "https:\/\/maksam07.com\/",
    "icons": {
        "128": "static\/img\/icon\/icon128.png",
        "16": "static\/img\/icon\/icon16.png",
        "48": "static\/img\/icon\/icon48.png"
    },
    "manifest_version": 2,
    "name": "Tab reloader",
    "permissions": [
        "tabs",
        "contextMenus",
        "storage"
    ],
    "short_name": "Tab reloader",
    "version": "1.0.1.0"
}