Minimalite

New Tab page replacement

Minimaliteとは何ですか?

MinimaliteはSKによって開発されたChromeの拡張機能で、その主な機能は「New Tab page replacement」です。

拡張機能のスクリーンショット

screenshot

Minimalite拡張機能のCRXファイルをダウンロード

Minimalite拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Minimalite replaces your New Tab page with a beautiful background that changes daily.

You'll have access to a customizable set of Quick Links (common bookmarks/pages you visit), a tiny weather widget, and a notes widget. Your notes will sync across your computers when using Chrome Sync.

This add-on is based off of Momentum.

New features will be added soon, including to-do support, a library of wallpapers, and more.                    

拡張機能の基本情報

名前 Minimalite Minimalite
ID lgjjmgfdfmcmbeohbgfmncjlhakmafeg
公式URL https://chromewebstore.google.com/detail/minimalite/lgjjmgfdfmcmbeohbgfmncjlhakmafeg
説明 New Tab page replacement
ファイルサイズ 595 KB
インストール数 206
現在のバージョン 0.1.7
最終更新日 2023-01-01
公開日 2019-09-29
評価 5.00/5 合計 5 レビュー
開発者 SK
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/skoshy/Minimalite
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Minimalite",
    "description": "New Tab page replacement",
    "version": "0.1.7",
    "manifest_version": 2,
    "icons": {
        "128": "icons\/icon_128.png"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/code.jquery.com https:\/\/maxcdn.bootstrapcdn.com https:\/\/cdnjs.cloudflare.com; object-src 'self'",
    "permissions": [
        "storage",
        "topSites"
    ]
}