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 |
官方網址 | 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" ] } |