New Tab Motivation

Motivational quotes delivered every time you open up a new tab.

New Tab Motivationคืออะไร?

New Tab Motivation เป็นส่วนขยายของ Chrome ที่พัฒนาโดย The Mindful Tech Lab และคุณลักษณะหลักของมันคือ "Motivational quotes delivered every time you open up a new tab."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย New Tab Motivation

ดาวน์โหลดไฟล์ส่วนขยาย New Tab Motivation ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        ☆☆☆ Featured in Lifehacker! ☆☆☆

Get inspired each time you open a new browser tab. New Tab Motivation replaces your new tab page with a selection of randomized motivational quotes displayed in a minimalist layout. 

Developed by The Mindful Tech Lab. Learn more at www.TheMindfulTechLab.com                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ New Tab Motivation New Tab Motivation
ID mcanfonlcebdnacjecfahjjecnfekkke
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/new-tab-motivation/mcanfonlcebdnacjecfahjjecnfekkke
คำอธิบาย Motivational quotes delivered every time you open up a new tab.
ขนาดไฟล์ 49.42 KB
จำนวนการติดตั้ง 2,000
เวอร์ชันปัจจุบัน 4.3
อัปเดตครั้งล่าสุด 2017-03-25
วันที่เผยแพร่ 2017-03-25
คะแนน 4.60/5 รวมทั้งหมด 72 คะแนน
ผู้พัฒนา The Mindful Tech Lab
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://themindfultechlab.com
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "name": "New Tab Motivation",
    "description": "Motivational quotes delivered every time you open up a new tab.",
    "version": "4.3",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "permissions": [
        "management"
    ],
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}