Tab Reloader Extension
Use this extension to quickly re-open a list of urls in a the current window tabs
What is Tab Reloader Extension?
Tab Reloader Extension is a Chrome extension developed by Octplane, and its main feature is "Use this extension to quickly re-open a list of urls in a the current window tabs".
Extension Screenshots
Download Tab Reloader Extension Extension CRX File
Download Tab Reloader Extension 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
This extension allows you to quickly reload tabs with a list of pre-defined urls. Useful in a demo context. Please configure the extension by right-clicking on the icon before using it. Once configured, click on the dog icon, and all tabs will updated with the list of links. Chrome will also focus on the first tab. You can also ask the extension to close all extras tabs at once.
Extension Basic Information
Name | Tab Reloader Extension |
ID | fikdoamihjhcfocaacnhlbaggjbaklkc |
Official URL | https://chromewebstore.google.com/detail/tab-reloader-extension/fikdoamihjhcfocaacnhlbaggjbaklkc |
Description | Use this extension to quickly re-open a list of urls in a the current window tabs |
File Size | 314 KB |
Installation Count | 22 |
Current Version | 0.1.0 |
Last Updated | 2018-11-16 |
Publish Date | 2018-11-16 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Octplane |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tab Reloader Extension", "version": "0.1.0", "manifest_version": 2, "description": "Use this extension to quickly re-open a list of urls in a the current window tabs", "homepage_url": "https:\/\/github.com\/DataDog\/Demo-Chrome-Extension", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png", "512": "icons\/icon-large.png" }, "default_locale": "en", "background": { "scripts": [ "src\/bg\/background.js" ], "persistent": true }, "options_page": "src\/options_custom\/index.html", "browser_action": { "default_icon": "icons\/icon128.png", "default_title": "Restore Tabs" }, "permissions": [ "tabs", "storage" ] } |