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 |
官方URL | 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" } } |