Minim
A minimal newtab for Chrome
Minimとは何ですか?
Minimはsu.atul.viによって開発されたChromeの拡張機能で、その主な機能は「A minimal newtab for Chrome」です。
拡張機能のスクリーンショット
Minim拡張機能のCRXファイルをダウンロード
Minim拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Try before you install it: https://avinayak.github.io/minim/
Source: https://github.com/avinayak/minim
* Choose from a large collection of Background Colors & Gradients.
* Infinite selection of Curated Background Images from Unsplash.
* Clock / Personal Message / Weather.
* Zero Analytics / Data Collection. Needs no permissions whatsoever.
* Open Source.
Please support my work at https://ko-fi.com/atulvinayak
Changelog v3.0.91
* Fixed issues with 24 hour clock
Changelog v3.0.79
* Fixed bug where wallpaper does not change.
Changelog v3.0
* Rewrote everything in Typescript and React
Changelog v2.2.3
* Fix for high resolution screens.
* 5 and 1 minute wallpaper refresh.
Changelog v2.2.1
* Added newline clock
* Typo
Changelog v2.2.0
* Custom widget position
* Universal font sizes
* Timer Widget
* Redesigned Settings Page
* Miscellaneous fixes 拡張機能の基本情報
| 名前 | |
| ID | kpblgdhkligkbbnbpkigppblggflihgn |
| 公式URL | https://chromewebstore.google.com/detail/minim/kpblgdhkligkbbnbpkigppblggflihgn |
| 説明 | A minimal newtab for Chrome |
| ファイルサイズ | 790 KB |
| インストール数 | 4,000 |
| 現在のバージョン | 3.0.105 |
| 最終更新日 | 2023-11-21 |
| 公開日 | 2020-06-21 |
| 評価 | 4.66/5 合計 56 レビュー |
| 開発者 | su.atul.vi |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://avinayak.github.io/minim/ |
| ヘルプページのURL | https://github.com/avinayak/minim |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Minim",
"description": "A minimal newtab for Chrome",
"version": "3.0.105",
"action": {
"default_popup": "index.html",
"default_icon": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
}
},
"chrome_url_overrides": {
"newtab": "index.html"
},
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
}
} | |