newton
Replaces your new tab with a minimal page, consisting of a clock and one of over 800 beautiful backgrounds!
newtonคืออะไร?
newton เป็นส่วนขยายของ Chrome ที่พัฒนาโดย kingscott และคุณลักษณะหลักของมันคือ "Replaces your new tab with a minimal page, consisting of a clock and one of over 800 beautiful backgrounds!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย newton
ดาวน์โหลดไฟล์ส่วนขยาย 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 ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| 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"
} | |