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 |
官方網址 | 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" } |