Sourcetab: New Tab Dashboard
A material design dashboard for your browser's new tab page with widgets and settings.
什么是Sourcetab: New Tab Dashboard?
Sourcetab: New Tab Dashboard是由https://sourcetab.org开发的Chrome扩展程序,该扩展的主要功能是“A material design dashboard for your browser's new tab page with widgets and settings.”。
扩展截图
下载Sourcetab: New Tab Dashboard扩展crx文件
下载Sourcetab: New Tab Dashboard扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
                        Features:
- Multiple types of widgets to add to the dashboard and toolbar.
- Different alignments for widgets in the toolbar.
- Easily rearrange widgets through drag and drop while in edit mode.
- Many customizable options in the settings.
- Easy data management for backup and restoration later on.
Backgrounds:
- Solid color
- Lineage gradient
- Uploaded or URL-specified image/video
- Embedded website
- Embedded YouTube video
Widgets:
- Link (easily navigate to other websites)
- Clock (display the time/date)
- Note (record simple notes throughout the day)
- IFrame (embed other websites as a widget)                     扩展基本信息
| 名称 |   |  
| ID | akomlegpokabommpdjfmhnbdcnaefmdo | 
| 官方URL | https://chromewebstore.google.com/detail/sourcetab-new-tab-dashboa/akomlegpokabommpdjfmhnbdcnaefmdo | 
| 简介 | A material design dashboard for your browser's new tab page with widgets and settings. | 
| 文件大小 | 511 KB | 
| 安装次数 | 211 | 
| 当前版本 | 3.3.0 | 
| 更新时间 | 2023-04-24 | 
| 上架时间 | 2020-09-02 | 
| 评分 | 5.00/5 共3次评分 | 
| 开发者 | https://sourcetab.org | 
| 电子邮箱 | [email protected] | 
| 付费类型 | free | 
| 扩展官网 | https://sourcetab.org | 
| 帮助页面URL | https://github.com/sourcetab/sourcetab | 
| 支持的语言 | en-US | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Sourcetab: New Tab Dashboard",
    "short_name": "Sourcetab",
    "description": "A material design dashboard for your browser's new tab page with widgets and settings.",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "16": ".\/icons\/16.png",
        "19": ".\/icons\/19.png",
        "38": ".\/icons\/38.png",
        "48": ".\/icons\/48.png",
        "64": ".\/icons\/64.png",
        "128": ".\/icons\/128.png",
        "300": ".\/icons\/300.png",
        "500": ".\/icons\/500.png"
    },
    "permissions": [
        "storage"
    ],
    "version": "3.3.0",
    "manifest_version": 3
}  |  |