Minimo
An elegant, minimal new tab page
什麼是Minimo?
Minimo是由https://krismuniz.com開發的Chrome擴展程式,該擴展的主要功能是“An elegant, minimal new tab page”。
擴展截圖
下載Minimo擴展crx文件
下載Minimo擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Minimo provides a simple way to quickly access your favorite websites and have useful information at a glance. It syncs with your tabs from your mobile devices and displays them at the bottom for quick access.
Features
* Useful information at a glance (current date & time, connection status, estimated download speed in Mbps, battery level)
* Synced tabs from remote Chrome sessions
* An optional button for your navigation bar for quick access to your shortcuts and synced tabs.
* Simple UI for customizing shortcuts that sync as Bookmarks across all your devices
* Rich-text, minimal scratchpad called "Writing mode" to you jot down notes for later (stored locally, in a per-device basis)
* Variety of theme colors and synced preferences across browser sessions 擴展基本資訊
| 名稱 | |
| ID | fanglmholkgdapjcfohfhnofcacjiodl |
| 官方網址 | https://chromewebstore.google.com/detail/minimo/fanglmholkgdapjcfohfhnofcacjiodl |
| 簡介 | An elegant, minimal new tab page |
| 檔案大小 | 1.19 MB |
| 安裝次數 | 3,079 |
| 目前版本 | 1.4.2 |
| 更新時間 | 2023-01-22 |
| 上架時間 | 2019-08-31 |
| 評分 | 4.83/5 共 46 次評分 |
| 開發者 | https://krismuniz.com |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://projects.krismuniz.com/minimo |
| 說明頁面URL | https://github.com/krismuniz/minimo |
| 支援的語言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Minimo",
"version": "1.4.2",
"description": "An elegant, minimal new tab page",
"homepage_url": "https:\/\/www.krismuniz.com\/",
"icons": {
"16": "src\/images\/icon\/icon_16.png",
"32": "src\/images\/icon\/icon_32.png",
"48": "src\/images\/icon\/icon_48.png",
"128": "src\/images\/icon\/icon_128.png"
},
"permissions": [
"bookmarks",
"storage",
"sessions",
"tabs",
"chrome:\/\/favicon\/"
],
"background": {
"scripts": [
".\/src\/background.js"
],
"persistent": false
},
"browser_action": {
"default_title": "Minimo",
"default_popup": ".\/src\/popup.html"
},
"chrome_url_overrides": {
"newtab": ".\/src\/new-tab-page.html"
}
} | |