Minimalist Tab
Simplify your Chrome new tab page.
Minimalist Tabとは何ですか?
Minimalist Tabはhttps://benandy.github.ioによって開発されたChromeの拡張機能で、その主な機能は「Simplify your Chrome new tab page.」です。
拡張機能のスクリーンショット
Minimalist Tab拡張機能のCRXファイルをダウンロード
Minimalist Tab拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Simplify your Chrome new tab page. A minimalist new tab page with only the essential two things you need to keep your week on track, the time and date. Nothing special, not overcrowded nor eye distracting.
拡張機能の基本情報
名前 | Minimalist Tab |
ID | dcnlolkfplhlimlokmkinnmpjecghgcc |
公式URL | https://chromewebstore.google.com/detail/minimalist-tab/dcnlolkfplhlimlokmkinnmpjecghgcc |
説明 | Simplify your Chrome new tab page. |
ファイルサイズ | 6.73 KB |
インストール数 | 100 |
現在のバージョン | 1.1.7 |
最終更新日 | 2017-10-03 |
公開日 | 2017-10-02 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | https://benandy.github.io |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://benandy.github.io/minimalisttab/ |
プライバシーポリシーページのURL | http://benandy.github.io/privacy |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.1.7", "name": "Minimalist Tab", "short_name": "Minimalist Tab", "description": "Simplify your Chrome new tab page.", "manifest_version": 2, "author": "Benjamin Developments", "offline_enabled": true, "homepage_url": "https:\/\/benandy.github.io\/minimalisttab", "incognito": "split", "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'; sandbox allow-forms allow-scripts allow-same-origin allow-modals", "minimum_chrome_version": "48.0.2564", "chrome_url_overrides": { "newtab": "index.html" }, "permissions": [ "cookies", "unlimitedStorage", "*:\/\/benandy.github.io\/*" ] } |