Tab reloader

Updating tabs by time.

Qu'est-ce que Tab reloader ?

Tab reloader est une extension Chrome développée par https://maksam07.com, et sa fonction principale est "Updating tabs by time.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Tab reloader

Téléchargez les fichiers d'extension Tab reloader au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Tab reloader Tab reloader
ID ogmnlijjlpgemofpegfdlnaembcgnnhj
URL Officiel https://chromewebstore.google.com/detail/tab-reloader/ogmnlijjlpgemofpegfdlnaembcgnnhj
Description Updating tabs by time.
Taille du Fichier 99.79 KB
Nombre d'Installations 190
Version Actuelle 1.0.1.0
Dernière Mise à Jour 2021-05-03
Date de Publication 2020-12-13
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://maksam07.com
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
}