Tab reloader

Updating tabs by time.

Wat is Tab reloader?

Tab reloader is een Chrome-extensie ontwikkeld door https://maksam07.com, en de belangrijkste functie is "Updating tabs by time.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Tab reloader

Download Tab reloader-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam Tab reloader Tab reloader
ID ogmnlijjlpgemofpegfdlnaembcgnnhj
Officiële URL https://chromewebstore.google.com/detail/tab-reloader/ogmnlijjlpgemofpegfdlnaembcgnnhj
Beschrijving Updating tabs by time.
Bestandsgrootte 99.79 KB
Aantal Installaties 190
Huidige Versie 1.0.1.0
Laatst Bijgewerkt 2021-05-03
Publicatiedatum 2020-12-13
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://maksam07.com
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
}