Niceties
A cool extension that makes you happy!
Nicetiesคืออะไร?
Niceties เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.samjhill.com และคุณลักษณะหลักของมันคือ "A cool extension that makes you happy!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Niceties
ดาวน์โหลดไฟล์ส่วนขยาย Niceties ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Niceties gives you a silly and uplifting compliment every time you open a new tab! New in version 1.0: Random Chromecast backgrounds! So pretty.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | glfjhfemgfaoeejgphcogkijdfdebffm |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/niceties/glfjhfemgfaoeejgphcogkijdfdebffm |
คำอธิบาย | A cool extension that makes you happy! |
ขนาดไฟล์ | 1.24 MB |
จำนวนการติดตั้ง | 12 |
เวอร์ชันปัจจุบัน | 1.0.0 |
อัปเดตครั้งล่าสุด | 2016-06-22 |
วันที่เผยแพร่ | 2016-06-22 |
คะแนน | 5.00/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | https://www.samjhill.com |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://www.samjhill.com/blog |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Niceties", "version": "1.0.0", "manifest_version": 2, "description": "A cool extension that makes you happy!", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "en", "background": { "scripts": [ "scripts\/chromereload.js", "scripts\/background.js" ] }, "chrome_url_overrides": { "newtab": "page.html" } } |