newton
Replaces your new tab with a minimal page, consisting of a clock and one of over 800 beautiful backgrounds!
newtonとは何ですか?
newtonはkingscottによって開発されたChromeの拡張機能で、その主な機能は「Replaces your new tab with a minimal page, consisting of a clock and one of over 800 beautiful backgrounds!」です。
拡張機能のスクリーンショット
newton拡張機能のCRXファイルをダウンロード
newton拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
newton is a new tab replacement tool. Based on minimalism, it will provide your new tab with a simple clock and a lovely background. The backgrounds are random and one of over 800 will be chosen. The extension is small and lightweight fulfilling all your needs in a new tab. For the more technically inclined, this code will be available free on GitHub. It is built using React.js and Babel. Learn more... http://github.com/kingscott/newton
拡張機能の基本情報
名前 | newton |
ID | ogkmipmkbppmcmdgeomnhlbgijbijjpi |
公式URL | https://chromewebstore.google.com/detail/newton/ogkmipmkbppmcmdgeomnhlbgijbijjpi |
説明 | Replaces your new tab with a minimal page, consisting of a clock and one of over 800 beautiful backgrounds! |
ファイルサイズ | 79.43 KB |
インストール数 | 150 |
現在のバージョン | 0.5.8 |
最終更新日 | 2015-09-25 |
公開日 | 2015-09-24 |
評価 | 4.44/5 合計 16 レビュー |
開発者 | kingscott |
支払い方法 | free |
拡張機能のウェブサイト | http://github.com/kingscott/newton |
対応言語 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "chrome_url_overrides": { "newtab": "project\/index.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "description": "Replaces your new tab with a minimal page, consisting of a clock and one of over 800 beautiful backgrounds!", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "manifest_version": 2, "name": "newton", "version": "0.5.8" } |