Restart Browser

Allows to restart the browser with a button.

Qu'est-ce que Restart Browser ?

Restart Browser est une extension Chrome développée par https://www.timerestart.ga, et sa fonction principale est "Allows to restart the browser with a button.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Restart Browser

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

                        Description:

"Restart Browser" allows you to reset the browser status to where you prefer with just one button.
This new version has new features and multiple improvements, which make "Restart Browser" a magnificent and unique extension in its sector.
But not only that, it is a great session manager and also allows you to free up memory and CPU making your navigation much more fluid.

Options:

-5 browser restart methods.
- Possibility of leaving the tabs "sleeping" until you activate them.
- Notice on manual restart.
- Import / export / reset the options.
- Record up to 10 sessions with all your windows and tabs.
- Open a session when starting the browser.

Restart methods:

Method 1: Recording manually.

In this method the session is recorded with all its windows and tabs when it is given to the record button.
You can record up to 10 sessions, if you have several recorded you must select the one you want to use.
You can change the name to help you identify them better.

Method 2: Recording in memory when the button is used.

In this method "Restart Browser" does not record anything on disk, it only saves in memory, at the moment of giving the button it records the state, closes all the tabs and windows and reopens them.

Method 3: Automatically recording the current session.

In this method, the session is recorded automatically each time you open or close a tab, at the moment you click on the button, the same session you were in is recovered.

Method 4: Open a web page.

At the time of restart, close everything and open the web page of your choice.

Method 5 (PREMIUM): Using an auxiliary application.

This is the only method that reboots the browser completely, closing it and reopening it. For this you have to install the 'Time Restart' application for Windows that you can buy on the website and it has to be open.
The extension closes the browser and notifies the application to reopen it.
You can use method 1 with this method, also recording up to 10 sessions.

News and problems corrected:

In this version 2.0, stability problems have been corrected and usability and aesthetics have been improved.
Added ability to record sessions and leave the tabs inactive, as well as to be able to export sessions and options.

Disclaimer of use of permits:
(This extension requires the following permissions to function correctly).

    The permission of "tabs" is necessary to save and restore the url, title and other properties of a tab.
    The "storage" permission is required to store and load the session data.
    The "notifications" permission is necessary in order to display warning messages and information.
    The "web browsing" permission is necessary in method 3 to be able to record the session automatically.
    The "communication with applications" permission is required in method 5 to be able to communicate with "Time Restart Windows".

Last changes and fixed
- 2.6 Fixed a problem entering URL in method 4


Notice:

Some browser protected pages (For example: about: config, about: addons, about: debugging, etc) as well as the options page will not be recorded or recovered.

Languages:
Currently it is available in 11 languages:
Arabic, Asturian, German, English, Spanish, French, Galician, Italian, Portuguese, Russian and Chinese.

Translation partners
Thanks to:
Gallego: Mare Rodriguez
Asturian: Alba Estrada

If you want to collaborate to translate "Restart Browser" to another language, send us an email to [email protected].

You can report errors on the website or suggestions.

You can collaborate by making a donation or buying the auxiliary application, available on the website, this application allows you to restart the browser completely.

You also have another extension that restarts the browser in automatic mode, this extension is called "Time Restart" and you can see it here:

https://chrome.google.com/webstore/detail/time-restart-reloaded/anlebgknmofbanplmaphgacnjddijdjj

Learn more on Time Restart website.

https://www.timerestart.ga/                    

Informations de Base sur l'Extension

Nom Restart Browser Restart Browser
ID dofilojkogcnamnghamnjdgjkhgbledc
URL Officiel https://chromewebstore.google.com/detail/restart-browser/dofilojkogcnamnghamnjdgjkhgbledc
Description Allows to restart the browser with a button.
Taille du Fichier 89.19 KB
Nombre d'Installations 13,985
Version Actuelle 2.7
Dernière Mise à Jour 2019-09-24
Date de Publication 2019-09-23
Évaluation 3.29/5 Total 17 Évaluations
Développeur https://www.timerestart.ga
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.timerestart.ga/
URL de la Page d'Aide https://www.timerestart.ga/
URL de la Page de Politique de Confidentialité https://www.timerestart.ga/privacy-policy-tr.html
Langues Prises en Charge de,en,fr,es,it,ru,ar
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Restart Browser",
    "version": "2.7",
    "author": "Nacho Vazquez",
    "description": "__MSG_extensionDescription__",
    "default_locale": "en",
    "background": {
        "scripts": [
            "restart\/restart.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "dialog\/open-dialog.js"
            ]
        }
    ],
    "options_ui": {
        "page": "options\/options.html",
        "open_in_tab": true
    },
    "homepage_url": "https:\/\/www.timerestart.ga\/",
    "icons": {
        "128": "icons\/Restart128.png",
        "64": "icons\/Restart64.png",
        "32": "icons\/Restart32.png",
        "16": "icons\/Restart16.png"
    },
    "browser_action": {
        "default_icon": {
            "128": "icons\/Restart128.png",
            "64": "icons\/Restart64.png",
            "32": "icons\/Restart32.png",
            "16": "icons\/Restart16.png"
        },
        "default_title": "Restart Browser"
    },
    "permissions": [
        "notifications",
        "webNavigation",
        "tabs",
        "storage",
        "unlimitedStorage",
        "nativeMessaging"
    ]
}