Tinytab
A beautiful and minimal new tab extension for chrome. Also provides Google apps support (e.g. Gmail, Drive, etc.), bookmark…
什么是Tinytab?
Tinytab是由williamjinq开发的Chrome扩展程序,该扩展的主要功能是“A beautiful and minimal new tab extension for chrome. Also provides Google apps support (e.g. Gmail, Drive, etc.), bookmark…”。
扩展截图
下载Tinytab扩展crx文件
下载Tinytab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
A beautiful and minimal new tab extension for chrome. Also provides Google apps support (e.g. Gmail, Drive, etc.), bookmark shortcuts and search (Google & Bing) functions.
扩展基本信息
名称 | Tinytab |
ID | bmlbibebemncadbgojnhccmmdojblomm |
官方URL | https://chromewebstore.google.com/detail/tinytab/bmlbibebemncadbgojnhccmmdojblomm |
简介 | A beautiful and minimal new tab extension for chrome. Also provides Google apps support (e.g. Gmail, Drive, etc.), bookmark… |
文件大小 | 30.76 MB |
安装次数 | 47 |
当前版本 | 1.7 |
更新时间 | 2022-05-25 |
上架时间 | 2020-10-12 |
评分 | 5.00/5 共1次评分 |
开发者 | williamjinq |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "short_name": "Tinytab", "name": "Tinytab", "manifest_version": 3, "icons": { "192": "logo192.png", "512": "logo512.png" }, "chrome_url_overrides": { "newtab": "index.html" }, "version": "1.7", "content_security_policy": { "extension_pages": "script-src 'self' ; object-src 'self'" } } |