New Tab Motivational Quotes

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

New Tab Motivational Quotes là gì?

New Tab Motivational Quotes là một tiện ích mở rộng Chrome được phát triển bởi Shivank Gandhi, và tính năng chính của nó là "An extension which shows motivating quotes on the new tab page.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng New Tab Motivational Quotes

Tải xuống các tệp mở rộng New Tab Motivational Quotes dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên New Tab Motivational Quotes New Tab Motivational Quotes
ID mganbjhcinhhpelabgdgnogoaedcakke
URL Chính Thức https://chromewebstore.google.com/detail/new-tab-motivational-quot/mganbjhcinhhpelabgdgnogoaedcakke
Mô tả An extension which shows motivating quotes on the new tab page.
Kích Thước Tệp 24.92 KB
Số Lần Cài Đặt 2,850
Phiên Bản Hiện Tại 1.6.0
Cập Nhật Lần Cuối 2019-04-02
Ngày Phát Hành 2019-04-02
Đánh Giá 4.63/5 Tổng số 24 Đánh Giá
Nhà Phát Triển Shivank Gandhi
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}