Tab reloader
Updating tabs by time.
What is Tab reloader?
Tab reloader is a Chrome extension developed by https://maksam07.com, and its main feature is "Updating tabs by time.".
Extension Screenshots
Download Tab reloader Extension CRX File
Download Tab reloader extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | Tab reloader |
ID | ogmnlijjlpgemofpegfdlnaembcgnnhj |
Official URL | https://chromewebstore.google.com/detail/tab-reloader/ogmnlijjlpgemofpegfdlnaembcgnnhj |
Description | Updating tabs by time. |
File Size | 99.79 KB |
Installation Count | 190 |
Current Version | 1.0.1.0 |
Last Updated | 2021-05-03 |
Publish Date | 2020-12-13 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://maksam07.com |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } |