Refresh Session

Close every tabs and open a new one

Qu'est-ce que Refresh Session ?

Refresh Session est une extension Chrome développée par https://lukaspolak.com, et sa fonction principale est "Close every tabs and open a new one".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Refresh Session

Téléchargez les fichiers d'extension Refresh Session 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

                        Close every tabs and open a new one with a single click. Just press the "Refresh Session" toolbar button and see the magic!

Now you can even change the extension icon color!

Just right-click on the extension, pick an "Options," and choose your preferred color theme.                    

Informations de Base sur l'Extension

Nom Refresh Session Refresh Session
ID achnlocgnadfecanoeeppgapceogdhce
URL Officiel https://chromewebstore.google.com/detail/refresh-session/achnlocgnadfecanoeeppgapceogdhce
Description Close every tabs and open a new one
Taille du Fichier 91.69 KB
Nombre d'Installations 27
Version Actuelle 1.0
Dernière Mise à Jour 2021-12-20
Date de Publication 2021-12-19
Développeur https://lukaspolak.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.lukaspolak.com/projects/chrome-extensions/refresh-session
URL de la Page d'Aide https://www.lukaspolak.com/projects/chrome-extensions/refresh-session/support
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Refresh Session",
    "description": "Close every tabs and open a new one",
    "version": "1.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "options_page": "options.html",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "action": {
        "default_icon": {
            "16": "\/images\/icon-light-16.png",
            "32": "\/images\/icon-light-32.png",
            "48": "\/images\/icon-light-48.png",
            "128": "\/images\/icon-light-128.png"
        }
    },
    "icons": {
        "16": "\/images\/icon-light-16.png",
        "32": "\/images\/icon-light-32.png",
        "48": "\/images\/icon-light-48.png",
        "128": "\/images\/icon-light-128.png"
    }
}