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 |
官方網址 | 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" ] } |