Tab reloader
Updating tabs by time.
Was ist Tab reloader?
Tab reloader ist eine Chrome-Erweiterung, die von https://maksam07.com entwickelt wurde, und ihr Hauptmerkmal ist "Updating tabs by time.".
Erweiterungsscreenshots
Tab reloader-Erweiterungs-CRX-Datei herunterladen
Laden Sie Tab reloader-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Updating tabs by time
You can configure updates for each separately
In the pop-up window, you will switch between tabs and the set time for each of them
Convenient control and ease of use! Grundlegende Informationen zur Erweiterung
| Name | |
| ID | ogmnlijjlpgemofpegfdlnaembcgnnhj |
| Offizielle URL | https://chromewebstore.google.com/detail/tab-reloader/ogmnlijjlpgemofpegfdlnaembcgnnhj |
| Beschreibung | Updating tabs by time. |
| Dateigröße | 99.79 KB |
| Installationsanzahl | 190 |
| Aktuelle Version | 1.0.1.0 |
| Letztes Update | 2021-05-03 |
| Veröffentlichungsdatum | 2020-12-13 |
| Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
| Entwickler | https://maksam07.com |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | en,ru |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"background": {
"persistent": true,
"scripts": [
"background.js"
]
},
"browser_action": {
"default_icon": {
"19": "static\/img\/icon\/icon19.png",
"38": "static\/img\/icon\/icon38.png"
},
"default_popup": "popup.html",
"default_title": "__MSG_appDesc__"
},
"default_locale": "en",
"description": "__MSG_appDesc__",
"homepage_url": "https:\/\/maksam07.com\/",
"icons": {
"128": "static\/img\/icon\/icon128.png",
"16": "static\/img\/icon\/icon16.png",
"48": "static\/img\/icon\/icon48.png"
},
"manifest_version": 2,
"name": "Tab reloader",
"permissions": [
"tabs",
"contextMenus",
"storage"
],
"short_name": "Tab reloader",
"version": "1.0.1.0"
} | |