Placid Tab New Tab Page
A minimal New Tab page
什么是Placid Tab New Tab Page?
Placid Tab New Tab Page是由https://rileyjshaw.com开发的Chrome扩展程序,该扩展的主要功能是“A minimal New Tab page”。
扩展截图
下载Placid Tab New Tab Page扩展crx文件
下载Placid Tab New Tab Page扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
A minimal New Tab page. ** New in V2 ** - Now with light AND dark themes! - Options save automatically Usage: Each quadrant can be assigned to one of your favourite websites. Click a quadrant to navigate to its assigned link. Configuration: To assign your links, either - Click an unassigned quadrant, or - In the Chrome menu click Tools > Extensions > Placid Tab > Options Licence: MIT Project page: https://github.com/rileyjshaw/placid-tab
扩展基本信息
名称 | Placid Tab New Tab Page |
ID | mjcblgoejhkkkhgeadejhkpldglnfmcj |
官方URL | https://chromewebstore.google.com/detail/placid-tab-new-tab-page/mjcblgoejhkkkhgeadejhkpldglnfmcj |
简介 | A minimal New Tab page |
文件大小 | 24.66 KB |
安装次数 | 154 |
当前版本 | 2.0.0 |
更新时间 | 2015-10-27 |
上架时间 | 2015-10-27 |
评分 | 5.00/5 共14次评分 |
开发者 | https://rileyjshaw.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/rileyjshaw/placid-tab |
帮助页面URL | https://github.com/rileyjshaw/placid-tab/issues |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Placid Tab New Tab Page", "short_name": "Placid Tab", "version": "2.0.0", "manifest_version": 2, "description": "A minimal New Tab page", "author": "rileyjshaw", "chrome_url_overrides": { "newtab": "home.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "options_page": "options.html" } |