Quad - New Tab
A minimal New Tab page
什么是Quad - New Tab?
Quad - New Tab是由https://kylem.us开发的Chrome扩展程序,该扩展的主要功能是“A minimal New Tab page”。
扩展截图
下载Quad - New Tab扩展crx文件
下载Quad - New Tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension replaces Firefox's and Chrome's default New Tab page with a minimal, almost entirely blank page. Each quadrant can be configured to link to any website for quick access. Optionally, a color can be applied to each link affecting the center icon as an indication. Inspired by Placid Tab (https://goo.gl/yaawTw(.
扩展基本信息
名称 | |
ID | jmabadedidffkehpjanmaljbgnojencc |
官方URL | https://chromewebstore.google.com/detail/quad-new-tab/jmabadedidffkehpjanmaljbgnojencc |
简介 | A minimal New Tab page |
文件大小 | 10.12 KB |
安装次数 | 11 |
当前版本 | 1.2.1 |
更新时间 | 2023-05-04 |
上架时间 | 2019-10-12 |
评分 | 5.00/5 共2次评分 |
开发者 | https://kylem.us |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://git.kylem.us/kyle/quad |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Quad - New Tab", "short_name": "Quad", "version": "1.2.1", "manifest_version": 2, "description": "A minimal New Tab page", "author": "Kyle Mitchell", "chrome_url_overrides": { "newtab": "index.html" }, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "storage" ] } |