New Tab Motivational Quotes

An extension which shows motivating quotes on the new tab page.

New Tab Motivational Quotesคืออะไร?

New Tab Motivational Quotes เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Shivank Gandhi และคุณลักษณะหลักของมันคือ "An extension which shows motivating quotes on the new tab page."

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

screenshot
screenshot
screenshot

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

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

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

                        A small extension which shows motivational quotes on the New Tab page in Chrome.

I'd love to know your thoughts/suggestions in the comments.

**FEATURES**
 * Awesome selection of quotes to keep you motivated
 * Minimal typographic experience
 * Requires no permissions
 * Small size

**RELEASE NOTES**
* Added a new simpler font, based on user feedback.                    

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

ชื่อ New Tab Motivational Quotes New Tab Motivational Quotes
ID mganbjhcinhhpelabgdgnogoaedcakke
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/new-tab-motivational-quot/mganbjhcinhhpelabgdgnogoaedcakke
คำอธิบาย An extension which shows motivating quotes on the new tab page.
ขนาดไฟล์ 24.92 KB
จำนวนการติดตั้ง 2,850
เวอร์ชันปัจจุบัน 1.6.0
อัปเดตครั้งล่าสุด 2019-04-02
วันที่เผยแพร่ 2019-04-02
คะแนน 4.63/5 รวมทั้งหมด 24 คะแนน
ผู้พัฒนา Shivank Gandhi
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/c.amazon-adsystem.com object-src",
    "name": "New Tab Motivational Quotes",
    "manifest_version": 2,
    "description": "An extension which shows motivating quotes on the new tab page.",
    "author": "Shivank Gandhi",
    "version": "1.6.0",
    "incognito": "split",
    "icons": {
        "128": "icon128.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "OneSignal.js",
            "background.js"
        ]
    },
    "permissions": [
        "gcm",
        "storage",
        "notifications",
        "identity"
    ],
    "chrome_url_overrides": {
        "newtab": "index.html"
    }
}