Multi Site Explorer
This extension allows you to open pre-selected websites in multiple tabs
What is Multi Site Explorer?
Multi Site Explorer is a Chrome extension developed by Graham Byers, and its main feature is "This extension allows you to open pre-selected websites in multiple tabs".
Extension Screenshots
Download Multi Site Explorer Extension CRX File
Download Multi Site Explorer 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 small Chrom Extension enables the user to open multiple pre-selected websites with a single click. Just load the urls of your choice into the text box and click submist. The extension will save your urls for the next time you open up Chrome
Extension Basic Information
Name | Multi Site Explorer |
ID | ieehamokbbhjndndnjnbbgpajmemlkmg |
Official URL | https://chromewebstore.google.com/detail/multi-site-explorer/ieehamokbbhjndndnjnbbgpajmemlkmg |
Description | This extension allows you to open pre-selected websites in multiple tabs |
File Size | 4.89 KB |
Installation Count | 37 |
Current Version | 1.0 |
Last Updated | 2016-01-25 |
Publish Date | 2016-01-25 |
Developer | Graham Byers |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Multi Site Explorer", "description": "This extension allows you to open pre-selected websites in multiple tabs", "version": "1.0", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "tabs", "storage" ] } |