Dark Motivation
Replace the new tab page with Dark Motivation
Dark Motivationとは何ですか?
Dark Motivationはcalebboydによって開発されたChromeの拡張機能で、その主な機能は「Replace the new tab page with Dark Motivation」です。
拡張機能のスクリーンショット
Dark Motivation拡張機能のCRXファイルをダウンロード
Dark Motivation拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Displays your age counting up in a new tab with a dark background. Based on the popular light variant: "Motivation"
拡張機能の基本情報
名前 | |
ID | dagpoeofiamcohplgpomgfmmhdlffidd |
公式URL | https://chrome.google.com/webstore/detail/dark-motivation/dagpoeofiamcohplgpomgfmmhdlffidd |
説明 | Replace the new tab page with Dark Motivation |
ファイルサイズ | 96.48 KB |
インストール数 | 1,391 |
現在のバージョン | 1.0 |
最終更新日 | 2018-03-10 |
公開日 | 2018-03-09 |
評価 | 5.00/5 合計 4 レビュー |
開発者 | calebboyd |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": false, "scripts": [ "motivation.js" ] }, "chrome_url_overrides": { "newtab": "dashboard.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "description": "Replace the new tab page with Dark Motivation", "manifest_version": 2, "name": "Dark Motivation", "offline_enabled": true, "version": "1.0" } |