Minimo
An elegant, minimal new tab page
Minimo란 무엇입니까?
Minimo은(는) https://krismuniz.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "An elegant, minimal new tab page"입니다.
확장 프로그램 스크린샷
Minimo 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
이메일 | [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" } } |