Pastel New Tab with a clock
Clean & minimal new tab page - a pastel background and a clock
Pastel New Tab with a clockคืออะไร?
Pastel New Tab with a clock เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://oorjalabs.com และคุณลักษณะหลักของมันคือ "Clean & minimal new tab page - a pastel background and a clock"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Pastel New Tab with a clock
ดาวน์โหลดไฟล์ส่วนขยาย Pastel New Tab with a clock ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
It's just a simple new tab page. Shows a random pastel colour background with a clock in the middle of screen. The browser button just opens a new tab, so would ideally be hidden away. New: Dark mode button Privacy statement: https://c306.net/apps/privacy/pastel-new-tab/ ------------------- OTHER FEATURES: 1. Quick action buttons at bottom of new tab: - Hide/show clock, - Hide/show frequently visited websites - Select 12 hour or 24 hour clock - Select serif or sans-serif font - Pin the current colour 2. Settings page provides options to: - Remove new tab page, - Send feedback, and - Donate to one of the charities I like ------------------- OPTIONAL PERMISSIONS >> "Read a list of your most frequently visited websites" This permission allows the new tab page to show your most frequently visited websites. The permission is only requested when 'Show top websites' button is used. Read more here: https://updatenotes.blog/2017/11/02/pastel-new-tab-now-with-your-top-websites/ You may read more about 'tabs' permissions here: https://developer.chrome.com/extensions/tabs ------------------- UPDATE: (Full update notes: https://updatenotes.blog/category/pastel-new-tab/ ) UPDATE 24 Jul 2020: 1. Button to open default Chrome new tab page UPDATE 14 Apr 2020: 1. New: Follow system dark mode option - dark screen when dark, random pastel when light 2. New: Darker, integrated dark mode screen 3. Language and background code improvements UPDATE 30 Mar 2020: 1. New: Show icons for frequently visited websites UPDATE 09 May 2019: 1. New: Switch to dark mode (non-pastel) with one click 2. New: Add custom colours 3. Bug fixes UPDATE 23 Feb 2019: 1. Tuned the master list of pastel colours 2. Bug fixes UPDATE 12 Feb 2019: 1. See full page grid of available pastel colours 2. Pin or remove pastel colours from grid page 3. Bug fixes and updates UPDATE 08 Feb 2019: 1. Select from serif or sans-serif fonts 2. Frequently visited websites slide in/out 3. Bug fixes and updates UPDATE 02 Nov 2017: 1. Show frequently visited websites for easy access
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Pastel New Tab with a clock |
ID | hjheoelfkeadifffbnfalekganbennde |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/pastel-new-tab-with-a-clo/hjheoelfkeadifffbnfalekganbennde |
คำอธิบาย | Clean & minimal new tab page - a pastel background and a clock |
ขนาดไฟล์ | 104 KB |
จำนวนการติดตั้ง | 9,144 |
เวอร์ชันปัจจุบัน | 2.0.0 |
อัปเดตครั้งล่าสุด | 2023-08-28 |
วันที่เผยแพร่ | 2020-04-19 |
คะแนน | 3.32/5 รวมทั้งหมด 66 คะแนน |
ผู้พัฒนา | https://oorjalabs.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://c306.net/apps#ntpCard |
URL หน้าช่วยเหลือ | https://docs.google.com/forms/d/e/1FAIpQLSf9_ku3EUkAOpHjfXGTr4qcWYUmaQpxYEj-WfkDdiwjryrGGQ/viewform?usp=pp_url&entry.1545185881=Pastel+new+tab+for+Chrome&entry.984758361=Suggest+new+feature+or+improvement&entry.1210432706=Only+if+I+can+find+the+time |
URL หน้านโยบายความเป็นส่วนตัว | https://c306.net/apps/privacy/all-chrome |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "2022.0605.2.0", "version_name": "2.0.0", "name": "__MSG_appName__", "short_name": "__MSG_shortName__", "description": "__MSG_appDescription__", "manifest_version": 2, "minimum_chrome_version": "49", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmWyTgL45x3m7Vsy5tJb0b+EGL1wxK5q83SGLConMyDgIQXsoMlg0b3tZUFJhATkxA0U3+w\/ennlESahuO\/VZoGOHwiEb2YXxo3cUPTRMcYnXhbBnIWuKw8R9+LlNp9b+Rh5yHbR\/jn2EWkTs7LSATvq2XIvmWvaDSBqoKMoiGjbRVZWV7Jelg7TyBXCjMkT1s21VEVIKnJL79LryYy9jLhb+r3oasBOxfy5Z6qhG\/+IpmWk2fIaq1EYRdoI5j4oetR+SolaNeGENQxIOCnuHMeZ88Z90CEk2kWrkyTCDTWpYa+E0SRo\/Ba6+cNdfYnqEliHk2+GgwCgwyunfrUfoowIDAQAB", "chrome_url_overrides": { "newtab": "index.html" }, "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "background": { "scripts": [ "js\/constants.js", "js\/ls.js", "js\/utils.js", "js\/bg.js" ], "persistent": false }, "browser_action": { "default_icon": "img\/icon48.png" }, "default_locale": "en", "offline_enabled": true, "options_page": "options.html", "options_ui": { "page": "options.html", "chrome_style": false }, "optional_permissions": [ "topSites" ], "permissions": [ "storage", "alarms", "chrome:\/\/favicon\/*" ], "content_security_policy": "script-src 'self'; object-src 'self'; img-src chrome:\/\/favicon;" } |