Timer Refresh
Timer refresh the specified page or only refresh the inactive TAB page.
Wat is Timer Refresh?
Timer Refresh is een Chrome-extensie ontwikkeld door thomashg0712, en de belangrijkste functie is "Timer refresh the specified page or only refresh the inactive TAB page.".
Extensie Screenshots
Download het CRX-bestand van de extensie Timer Refresh
Download Timer Refresh-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
For some users with special needs, keeping the page active maybe a good help. Basisinformatie over de Extensie
| Naam | |
| ID | fembhgfanglpnpkjcgdacodmefdmfpep |
| Officiële URL | https://chrome.google.com/webstore/detail/fembhgfanglpnpkjcgdacodmefdmfpep |
| Beschrijving | Timer refresh the specified page or only refresh the inactive TAB page. |
| Bestandsgrootte | 27.85 KB |
| Aantal Installaties | 42 |
| Huidige Versie | 0.0.1 |
| Laatst Bijgewerkt | 2020-01-19 |
| Publicatiedatum | 2020-01-19 |
| Ontwikkelaar | thomashg0712 |
| Betalingswijze | free |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"background": {
"page": "background.html",
"script": "background.js"
},
"content_scripts": [
{
"all_frames": false,
"js": [
"script.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"run_at": "document_start"
}
],
"default_locale": "en",
"description": "__MSG_extDescription__",
"icons": {
"128": "img\/on128.png"
},
"manifest_version": 2,
"name": "__MSG_extName__",
"page_action": {
"default_icon": "img\/on128.png",
"default_popup": "popup.html",
"default_title": "__MSG_extName__"
},
"permissions": [
"tabs",
"browsingData",
"webRequest",
"webNavigation",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"version": "0.0.1"
} | |