Page Auto Refresher
Simple & Easy. Give your hands a rest!
Co to jest Page Auto Refresher?
Page Auto Refresher to rozszerzenie Chrome opracowane przez yongwoonyo, a jego główną funkcją jest „Simple & Easy. Give your hands a rest!”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Page Auto Refresher
Pobierz pliki rozszerzeń Page Auto Refresher 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
Page Auto Refresher is a simple and easy web page refresher. It lets you concentrate on other tasks. Upgrade your business performance! --------------------------------- v1.2 released! fix some bugs are show up on first run time. add more features : refresh all tabs by checkbox. initialize all parameters when 'Reset & Stop' button is clicked.
Podstawowe informacje o rozszerzeniu
Nazwa | Page Auto Refresher |
ID | lbnaaiagjdnialejpejfbiofmdceakjd |
Oficjalny URL | https://chromewebstore.google.com/detail/page-auto-refresher/lbnaaiagjdnialejpejfbiofmdceakjd |
Opis | Simple & Easy. Give your hands a rest! |
Rozmiar pliku | 9.29 KB |
Liczba instalacji | 2,090 |
Aktualna Wersja | 1.2 |
Ostatnia Aktualizacja | 2015-06-30 |
Data Publikacji | 2015-06-30 |
Ocena | 4.04/5 Łącznie 24 Oceny |
Deweloper | yongwoonyo |
Typ Płatności | free |
Obsługiwane Języki | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Page Auto Refresher", "version": "1.2", "description": "Simple & Easy. Give your hands a rest!", "permissions": [ "tabs", "http:\/\/*\/*" ], "browser_action": { "default_icon": "icon_d.png", "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'" } |