BlankSlate
BlankSlate is an open-source, lightweight new tab extension designed for users who prefer a clean and minimal browsing experience.
什么是BlankSlate?
BlankSlate是由Musheer Alam开发的Chrome扩展程序,该扩展的主要功能是“BlankSlate is an open-source, lightweight new tab extension designed for users who prefer a clean and minimal browsing experience.”。
扩展截图
下载BlankSlate扩展crx文件
下载BlankSlate扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
BlankSlate is an open-source, sleek and simple new tab extension designed for users who want a clutter-free browsing experience. With a minimalist interface and no unnecessary frills, BlankSlate provides a blank canvas for users to start their browsing session, making it the perfect choice for those who value simplicity and efficiency. 扩展基本信息
| 名称 | |
| ID | ennkbdkbhipkgnbdcachacggoacjgdoc |
| 官方URL | https://chromewebstore.google.com/detail/blankslate/ennkbdkbhipkgnbdcachacggoacjgdoc |
| 简介 | BlankSlate is an open-source, lightweight new tab extension designed for users who prefer a clean and minimal browsing experience. |
| 文件大小 | 1015 KB |
| 安装次数 | 26 |
| 当前版本 | 2.2 |
| 更新时间 | 2023-12-21 |
| 上架时间 | 2023-06-20 |
| 评分 | 4.91/5 共11次评分 |
| 开发者 | Musheer Alam |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "BlankSlate",
"author": "Musheer Alam",
"version": "2.2",
"description": "BlankSlate is an open-source, lightweight new tab extension designed for users who prefer a clean and minimal browsing experience.",
"permissions": [],
"icons": {
"16": "\/icons\/16.png",
"32": "\/icons\/32.png",
"48": "\/icons\/48.png",
"128": "\/icons\/128.png"
},
"chrome_url_overrides": {
"newtab": "index.html"
}
} | |