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
拡張機能の基本情報
名前 | 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 |
Eメール | [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" } } |