Minimo

An elegant, minimal new tab page

什么是Minimo?

Minimo是由https://krismuniz.com开发的Chrome扩展程序,该扩展的主要功能是“An elegant, minimal new tab page”。

扩展截图

screenshot
screenshot
screenshot

下载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                    

扩展基本信息

名称 Minimo Minimo
ID fanglmholkgdapjcfohfhnofcacjiodl
官方URL 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"
    }
}