Multi Site Explorer
This extension allows you to open pre-selected websites in multiple tabs
Was ist Multi Site Explorer?
Multi Site Explorer ist eine Chrome-Erweiterung, die von Graham Byers entwickelt wurde, und ihr Hauptmerkmal ist "This extension allows you to open pre-selected websites in multiple tabs".
Erweiterungsscreenshots
Multi Site Explorer-Erweiterungs-CRX-Datei herunterladen
Laden Sie Multi Site Explorer-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
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
Grundlegende Informationen zur Erweiterung
Name | Multi Site Explorer |
ID | ieehamokbbhjndndnjnbbgpajmemlkmg |
Offizielle URL | https://chromewebstore.google.com/detail/multi-site-explorer/ieehamokbbhjndndnjnbbgpajmemlkmg |
Beschreibung | This extension allows you to open pre-selected websites in multiple tabs |
Dateigröße | 4.89 KB |
Installationsanzahl | 37 |
Aktuelle Version | 1.0 |
Letztes Update | 2016-01-25 |
Veröffentlichungsdatum | 2016-01-25 |
Entwickler | Graham Byers |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } |