Quotes New Tab

A new motivational quote in every new tab.

Quotes New Tabคืออะไร?

Quotes New Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Emil Carlsson และคุณลักษณะหลักของมันคือ "A new motivational quote in every new tab."

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Replace your new tab with a minimalistic homepage featuring a random motivational quote to keep you motivated and inspired every day.

✓ Completely free with no ads.
✓ No account required – stay anonymous.
✓ Customizable clean layout with the ability to change colors, fonts and toggle background image.
✓ Available in offline.

Got suggestions, bug reports or general feedback? Email me!
[email protected]



Change log:

v. 2.1.0 (2020-06-04)
- Removed 'management' permission from manifest.

v. 2.0.0 (2019-09-05)
- Switched to new API service.

v. 1.11 (2018-05-02):
- Fixed bug where auto-refresh feature was automatically enabled for all users.

v. 1.1 (2018-05-02):
- Added an auto-refresh feature that will load a new quote every 15 seconds.
- Added a dark gray color.

v. 1.0 (2018-03-22):
- Rewritten from the ground up.
- Updated user interface.
- Added customization.
- Moved quotes and images to external source with API connectability, decreasing size and improving scalability.
- Added Twitter and Facebook share buttons.
- Added more quotes and authors.
- Replaced low-res images with high-res where possible.                    

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

ชื่อ Quotes New Tab Quotes New Tab
ID fnhpicigolcacikdjdocmkfnplmefadg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/quotes-new-tab/fnhpicigolcacikdjdocmkfnplmefadg
คำอธิบาย A new motivational quote in every new tab.
ขนาดไฟล์ 404 KB
จำนวนการติดตั้ง 7,520
เวอร์ชันปัจจุบัน 2.1.0
อัปเดตครั้งล่าสุด 2020-06-05
วันที่เผยแพร่ 2020-06-05
คะแนน 4.13/5 รวมทั้งหมด 68 คะแนน
ผู้พัฒนา Emil Carlsson
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://quotesnewtab.com/
URL หน้าช่วยเหลือ https://quotesnewtab.com/support
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Quotes New Tab",
    "author": "Emil Carlsson",
    "description": "A new motivational quote in every new tab.",
    "version": "2.1.0",
    "manifest_version": 2,
    "permissions": [
        "topSites"
    ],
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "offline_enabled": true
}