Refresh All Tabs

This extension will refresh all open tabs.

Co to jest Refresh All Tabs?

Refresh All Tabs to rozszerzenie Chrome opracowane przez http://nl2bryourmind.co.za, a jego główną funkcją jest „This extension will refresh all open tabs.”.

Pobierz plik CRX rozszerzenia Refresh All Tabs

Pobierz pliki rozszerzeń Refresh All Tabs w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Refresh all your tabs, at the click of a button.                    

Podstawowe informacje o rozszerzeniu

Nazwa Refresh All Tabs Refresh All Tabs
ID nhbpinlffgpokedhcogkocafmdffipjb
Oficjalny URL https://chrome.google.com/webstore/detail/refresh-all-tabs/nhbpinlffgpokedhcogkocafmdffipjb
Opis This extension will refresh all open tabs.
Rozmiar pliku 30.67 KB
Liczba instalacji 613
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2014-09-22
Data Publikacji 2014-09-22
Ocena 5.00/5 Łącznie 7 Oceny
Deweloper http://nl2bryourmind.co.za
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Refresh All Tabs",
    "description": "This extension will refresh all open tabs.",
    "version": "1.0",
    "short_name": "Refresh All Tabs",
    "permissions": [
        "tabs"
    ],
    "author": "Llewellyn Collins",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    }
}