Tab auto reloader
This extension reloads the current tab at a chosen interval.
Co to jest Tab auto reloader?
Tab auto reloader to rozszerzenie Chrome opracowane przez https://denilson.sa.nom.br, a jego główną funkcją jest „This extension reloads the current tab at a chosen interval.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Tab auto reloader
Pobierz pliki rozszerzeń Tab auto reloader 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
This Chrome extension reloads (refreshes) the current tab at a chosen interval. * Free and open-source. * No (extra) permissions required. * Easy-to-use. * The reload (refresh) interval can be different for each tab. https://github.com/denilsonsa/crx-reload-tab/
Podstawowe informacje o rozszerzeniu
Nazwa | Tab auto reloader |
ID | knnahnemielbnanghaphjgheamgcjjcb |
Oficjalny URL | https://chromewebstore.google.com/detail/tab-auto-reloader/knnahnemielbnanghaphjgheamgcjjcb |
Opis | This extension reloads the current tab at a chosen interval. |
Rozmiar pliku | 14.36 KB |
Liczba instalacji | 26,500 |
Aktualna Wersja | 1.1 |
Ostatnia Aktualizacja | 2020-11-19 |
Data Publikacji | 2018-04-23 |
Ocena | 4.90/5 Łącznie 99 Oceny |
Deweloper | https://denilson.sa.nom.br |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/denilsonsa/crx-reload-tab/ |
Adres URL Strony Pomocy | https://github.com/denilsonsa/crx-reload-tab/issues |
Adres URL Strony Polityki Prywatności | http://denilson.sa.nom.br/privacy.html |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tab auto reloader", "short_name": "Tab reloader", "description": "This extension reloads the current tab at a chosen interval.", "version": "1.1", "homepage_url": "https:\/\/github.com\/denilsonsa\/crx-reload-tab\/", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": { "19": "icon19.png", "38": "icon38.png" }, "default_popup": "popup.html", "default_title": "Reload this page every\u2026" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "permissions": [ "contextMenus", "storage" ] } |