Pure Newtab
A newtab with a pure customizable background.
Pure Newtabคืออะไร?
Pure Newtab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย 钢盅郭子 และคุณลักษณะหลักของมันคือ "A newtab with a pure customizable background."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Pure Newtab
ดาวน์โหลดไฟล์ส่วนขยาย Pure Newtab ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
纯新标签页,只有一个可自定义背景的新标签页。
Update 1.1
==========
Reconstruction
Internationalization: EN, zh-CN, zh-TW
Fork me on Github!
https://github.com/WhaleWatching/pure-newtab
License under GPLv2
By Edward Cheng ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | nedmebappfidkelfchchmppemdhbblph |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/pure-newtab/nedmebappfidkelfchchmppemdhbblph |
| คำอธิบาย | A newtab with a pure customizable background. |
| ขนาดไฟล์ | 48.84 KB |
| จำนวนการติดตั้ง | 226 |
| เวอร์ชันปัจจุบัน | 1.1 |
| อัปเดตครั้งล่าสุด | 2014-03-18 |
| วันที่เผยแพร่ | 2014-03-17 |
| คะแนน | 4.92/5 รวมทั้งหมด 12 คะแนน |
| ผู้พัฒนา | 钢盅郭子 |
| ประเภทการชำระเงิน | free |
| เว็บไซต์ส่วนขยาย | https://github.com/WhaleWatching/pure-newtab |
| URL หน้าช่วยเหลือ | https://github.com/WhaleWatching/pure-newtab |
| ภาษาที่รองรับ | en,zh-CN,zh-TW |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Pure Newtab",
"version": "1.1",
"manifest_version": 2,
"description": "A newtab with a pure customizable background.",
"permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"ftp:\/\/*\/*"
],
"chrome_url_overrides": {
"newtab": "newtab.html"
},
"default_locale": "en"
} | |