Tab reloader
Updating tabs by time.
Vad är Tab reloader?
Tab reloader är en Chrome-tillägg utvecklad av https://maksam07.com, och dess huvudfunktion är "Updating tabs by time.".
Tilläggsskärmbilder
Ladda ner Tab reloader-förlängningens CRX-fil
Ladda ner Tab reloader-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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! Grundläggande Information om Tillägg
| Namn | |
| ID | ogmnlijjlpgemofpegfdlnaembcgnnhj |
| Officiell webbadress | https://chromewebstore.google.com/detail/tab-reloader/ogmnlijjlpgemofpegfdlnaembcgnnhj |
| Beskrivning | Updating tabs by time. |
| Filstorlek | 99.79 KB |
| Antal Installationer | 190 |
| Aktuell Version | 1.0.1.0 |
| Senast Uppdaterad | 2021-05-03 |
| Publiceringsdatum | 2020-12-13 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | https://maksam07.com |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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"
} | |