Time Restart Reloaded

Allows you to specify the time to restart browser.

O que é Time Restart Reloaded?

Time Restart Reloaded é uma extensão do Chrome desenvolvida por https://www.timerestart.ga, e sua principal característica é "Allows you to specify the time to restart browser.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Time Restart Reloaded

Baixe arquivos de extensão Time Restart Reloaded no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        Description:

"Time Restart" allows you to restart the browser manually using the reset button or you can use a counter to restart it automatically in the time you want.
This new version has new features and multiple improvements, which make 'Time Restart' a magnificent and unique extension in its sector.
Get the browser does not collapse to leave it open for a long time. It is useful for strategy games, bitcoin miners, etc., in general anyone who needs to have the browser open.
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.
It is highly configurable, it has options for time and for reset methods.

Options:
- Add a clock on the pages with time to restart and you can change the position.
- Enables / disables the restart time and the clock in pages.
-Specify the time to restart.
-Specify the warning time before restarting.
-Change the color of time and notice.
-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 'Time Restart' does not record anything on disk, it only records 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:

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

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".

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 Time Restart into another language, send us an email to Time Restart.

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 only adds a button to restart the browser in manual mode, this extension is called "Restart Browser" and you can see it here:

https://chrome.google.com/webstore/detail/restart-browser/dofilojkogcnamnghamnjdgjkhgbledc

Learn more on Time Restart website.

https://www.timerestart.ga/                    

Informações Básicas da Extensão

Nome Time Restart Reloaded Time Restart Reloaded
ID anlebgknmofbanplmaphgacnjddijdjj
URL Oficial https://chromewebstore.google.com/detail/time-restart-reloaded/anlebgknmofbanplmaphgacnjddijdjj
Descrição Allows you to specify the time to restart browser.
Tamanho do Arquivo 178 KB
Contagem de Instalações 684
Versão Atual 2.6
Última Atualização 2019-09-24
Data de Publicação 2019-09-23
Classificação 4.40/5 Total de 5 Avaliações
Desenvolvedor https://www.timerestart.ga
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.timerestart.ga/
URL da Página de Ajuda https://www.timerestart.ga/
URL da Página de Política de Privacidade https://www.timerestart.ga/privacy-policy-tr.html
Idiomas Suportados de,en,fr,es,it,ru,ar
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Time Restart Reloaded",
    "short_name": "Time Restart",
    "version": "2.6",
    "author": "Nacho Vazquez",
    "description": "__MSG_extensionDescription__",
    "default_locale": "en",
    "background": {
        "scripts": [
            "timerestart\/timerestart.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "dialog\/opendialog.js"
            ]
        }
    ],
    "options_ui": {
        "page": "options\/options.html",
        "open_in_tab": true
    },
    "homepage_url": "https:\/\/www.timerestart.ga\/",
    "icons": {
        "128": "icons\/reloj128.png",
        "64": "icons\/reloj64.png",
        "32": "icons\/reloj32.png",
        "16": "icons\/reloj16.png"
    },
    "browser_action": {
        "default_icon": {
            "128": "icons\/reloj128.png",
            "64": "icons\/reloj64.png",
            "32": "icons\/reloj32.png",
            "16": "icons\/reloj16.png"
        },
        "default_title": "Time Restart Reloaded",
        "default_popup": "popup\/popup.html"
    },
    "web_accessible_resources": [
        "fonts\/digital7.ttf"
    ],
    "permissions": [
        "notifications",
        "webNavigation",
        "tabs",
        "storage",
        "unlimitedStorage",
        "nativeMessaging"
    ]
}