MultiNewTab
Use multiple 'New Tab' chrome extensions at the same time.
什麼是MultiNewTab?
MultiNewTab是由alexander.sideris.west開發的Chrome擴展程式,該擴展的主要功能是“Use multiple 'New Tab' chrome extensions at the same time.”。
擴展截圖
下載MultiNewTab擴展crx文件
下載MultiNewTab擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Use multiple 'New Tab' extensions without manually enabling and disabling them. 擴展基本資訊
| 名稱 | |
| ID | dcekaapllellbikbhfgbacoebbopjhbl |
| 官方網址 | https://chromewebstore.google.com/detail/multinewtab/dcekaapllellbikbhfgbacoebbopjhbl |
| 簡介 | Use multiple 'New Tab' chrome extensions at the same time. |
| 檔案大小 | 69.57 KB |
| 安裝次數 | 214 |
| 目前版本 | 1.0.5 |
| 更新時間 | 2018-03-29 |
| 上架時間 | 2018-03-29 |
| 評分 | 3.25/5 共 16 次評分 |
| 開發者 | alexander.sideris.west |
| 付費類型 | free |
| 支援的語言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "MultiNewTab",
"description": "Use multiple 'New Tab' chrome extensions at the same time.",
"version": "1.0.5",
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"permissions": [
"management",
"storage"
],
"background": {
"scripts": [
"jquery-3.3.1.min.js",
"background.js"
]
}
} | |