Multi Site Explorer
This extension allows you to open pre-selected websites in multiple tabs
Multi Site Explorerとは何ですか?
Multi Site ExplorerはGraham Byersによって開発されたChromeの拡張機能で、その主な機能は「This extension allows you to open pre-selected websites in multiple tabs」です。
拡張機能のスクリーンショット
Multi Site Explorer拡張機能のCRXファイルをダウンロード
Multi Site Explorer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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
拡張機能の基本情報
名前 | Multi Site Explorer |
ID | ieehamokbbhjndndnjnbbgpajmemlkmg |
公式URL | https://chromewebstore.google.com/detail/multi-site-explorer/ieehamokbbhjndndnjnbbgpajmemlkmg |
説明 | This extension allows you to open pre-selected websites in multiple tabs |
ファイルサイズ | 4.89 KB |
インストール数 | 37 |
現在のバージョン | 1.0 |
最終更新日 | 2016-01-25 |
公開日 | 2016-01-25 |
開発者 | Graham Byers |
支払い方法 | free |
対応言語 | 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" ] } |