SuiteTab
It's sweet because it's a suite
什么是SuiteTab?
SuiteTab是由Sean Mumby开发的Chrome扩展程序,该扩展的主要功能是“It's sweet because it's a suite”。
扩展截图
下载SuiteTab扩展crx文件
下载SuiteTab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
SuiteTab is an extension introducing a fresh new tab when browsing the internet. Including features such as a to-do checklist, note tabs, bookmarks, live countdowns, customisable backgrounds and a live weather update.
v1.0.3
-Increased fontsize of textarea
-Page zoom customisable and fits every monitor resolution
-New colour palette and colour selector
-Performance improvements
v1.0.2
-Fixed display button issue
v1.0.1
-Access to fullscreen, normal or background only
-Empty todo task message now displays after the list updates
-No longer a minor height bump when switching to backgrounds tab
v1.0
-Release 扩展基本信息
| 名称 | |
| ID | cokknnkbhfpgmaholfojjapjihgemjcb |
| 官方URL | https://chromewebstore.google.com/detail/suitetab/cokknnkbhfpgmaholfojjapjihgemjcb |
| 简介 | It's sweet because it's a suite |
| 文件大小 | 1.76 MB |
| 安装次数 | 91 |
| 当前版本 | 1.0.3 |
| 更新时间 | 2020-06-03 |
| 上架时间 | 2020-06-03 |
| 评分 | 5.00/5 共5次评分 |
| 开发者 | Sean Mumby |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 隐私政策页面URL | https://suitetab.herokuapp.com |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"browser_action": {
"default_icon": "\/imgs\/icon48.png"
},
"chrome_url_overrides": {
"newtab": "index.html"
},
"description": "It's sweet because it's a suite",
"icons": {
"16": "\/imgs\/icon16.png",
"48": "\/imgs\/icon48.png",
"128": "\/imgs\/icon128.png"
},
"permissions": [
"https:\/\/www.google.com\/"
],
"manifest_version": 2,
"name": "SuiteTab",
"version": "1.0.3"
} | |