Minimalite
New Tab page replacement
什么是Minimalite?
Minimalite是由SK开发的Chrome扩展程序,该扩展的主要功能是“New Tab page replacement”。
扩展截图
下载Minimalite扩展crx文件
下载Minimalite扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Minimalite replaces your New Tab page with a beautiful background that changes daily. You'll have access to a customizable set of Quick Links (common bookmarks/pages you visit), a tiny weather widget, and a notes widget. Your notes will sync across your computers when using Chrome Sync. This add-on is based off of Momentum. New features will be added soon, including to-do support, a library of wallpapers, and more.
扩展基本信息
名称 | Minimalite |
ID | lgjjmgfdfmcmbeohbgfmncjlhakmafeg |
官方URL | https://chromewebstore.google.com/detail/minimalite/lgjjmgfdfmcmbeohbgfmncjlhakmafeg |
简介 | New Tab page replacement |
文件大小 | 595 KB |
安装次数 | 206 |
当前版本 | 0.1.7 |
更新时间 | 2023-01-01 |
上架时间 | 2019-09-29 |
评分 | 5.00/5 共5次评分 |
开发者 | SK |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/skoshy/Minimalite |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Minimalite", "description": "New Tab page replacement", "version": "0.1.7", "manifest_version": 2, "icons": { "128": "icons\/icon_128.png" }, "chrome_url_overrides": { "newtab": "newtab.html" }, "content_security_policy": "script-src 'self' https:\/\/code.jquery.com https:\/\/maxcdn.bootstrapcdn.com https:\/\/cdnjs.cloudflare.com; object-src 'self'", "permissions": [ "storage", "topSites" ] } |