Daily Quote Tab
New tab page that gives you just what you need that day — laughter, encouragement, inspiration, or a moment to breathe.
Daily Quote Tabคืออะไร?
Daily Quote Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://honeybook.com และคุณลักษณะหลักของมันคือ "New tab page that gives you just what you need that day — laughter, encouragement, inspiration, or a moment to breathe."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Daily Quote Tab
ดาวน์โหลดไฟล์ส่วนขยาย Daily Quote Tab ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Built especially for small business owners, freelancers, entrepreneurs, The Daily Quote brings you all-too-relatable quotes and lets you focus on creating the life, career, business, and relationships you want. Listen to our weekly curated podcasts to get actionable business and life tips for small business owners. Look forward to each new day and each new tab. • New inspirational quote each day • Weekly suggested podcast • Fresh design on each tab • Your name for a personal experience • Custom greeting for each time of day • Share with friends • Feel good and get things done!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Daily Quote Tab |
ID | gbfojppgnjfmoemnjfjineipciehlbdi |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/daily-quote-tab/gbfojppgnjfmoemnjfjineipciehlbdi |
คำอธิบาย | New tab page that gives you just what you need that day — laughter, encouragement, inspiration, or a moment to breathe. |
ขนาดไฟล์ | 99.96 KB |
จำนวนการติดตั้ง | 107 |
เวอร์ชันปัจจุบัน | 0.0.0.4 |
อัปเดตครั้งล่าสุด | 2018-11-06 |
วันที่เผยแพร่ | 2018-11-05 |
คะแนน | 4.43/5 รวมทั้งหมด 7 คะแนน |
ผู้พัฒนา | https://honeybook.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://www.honeybook.com/terms/privacy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Daily Quote Tab", "version": "0.0.0.4", "description": "New tab page that gives you just what you need that day \u2014 laughter, encouragement, inspiration, or a moment to breathe.", "background": { "scripts": [ "thirdParty\/jquery-3.3.1.min.js", "background.js" ], "persistent": false }, "chrome_url_overrides": { "newtab": "main.html" }, "permissions": [ "https:\/\/*.honeybook.com\/*", "activeTab", "storage", "identity", "identity.email", "http:\/\/*\/*", "https:\/\/*\/*", "http:\/\/hb-public.s3.amazonaws.com\/*", "https:\/\/s3.amazonaws.com\/hb-chrome-extension\/*" ], "page_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/hblogo16.png", "32": "images\/hblogo32.png", "48": "images\/hblogo48.png", "128": "images\/hblogo128.png" } }, "icons": { "16": "images\/hblogo16.png", "32": "images\/hblogo32.png", "48": "images\/hblogo48.png", "128": "images\/hblogo128.png" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "manifest_version": 2 } |