Multi New Tab
Your favorite sites on new tab pages.
什麼是Multi New Tab?
Multi New Tab是由https://getmulti.co開發的Chrome擴展程式,該擴展的主要功能是“Your favorite sites on new tab pages.”。
擴展截圖
下載Multi New Tab擴展crx文件
下載Multi New Tab擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Enter multiple sites to display in new Chrome tabs. Here's how it works: 1. Install the Multi Chrome extension. 2. Click on the Multi icon in your browser toolbar to enter a list of your favorite sites. 3. With each new tab, Multi will select and open a random site from your list. 4. Edit your list of sites at any time.
擴展基本資訊
名稱 | |
ID | lhgmljnajbbeefmfjiohbobioapdegag |
官方網址 | https://chromewebstore.google.com/detail/multi-new-tab/lhgmljnajbbeefmfjiohbobioapdegag |
簡介 | Your favorite sites on new tab pages. |
檔案大小 | 74.43 KB |
安裝次數 | 1,635 |
目前版本 | 1.0.9 |
更新時間 | 2023-03-31 |
上架時間 | 2018-03-28 |
評分 | 4.83/5 共 6 次評分 |
開發者 | https://getmulti.co |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://getmulti.co |
說明頁面URL | https://getmulti.co |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Multi New Tab", "version": "1.0.9", "description": "Your favorite sites on new tab pages.", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon128.png", "default_popup": "popup.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "background": { "page": "background.html", "persistent": true }, "permissions": [ "storage" ], "chrome_url_overrides": { "newtab": "newtab.html" } } |