New Tab Custom Quote

New motivational quote in every new tab. Or set your own quote

New Tab Custom Quote là gì?

New Tab Custom Quote là một tiện ích mở rộng Chrome được phát triển bởi Cheenu Khurana, và tính năng chính của nó là "New motivational quote in every new tab. Or set your own quote".

Ả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 Custom Quote

Tải xuống các tệp mở rộng New Tab Custom Quote 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

                        On opening a new tab, a random motivational quote will be shown. You can customise to show your own quote or ToDo task. 


- Simple, Minimalistic design

- Completely free, without ads

- Works offline

- No account required


Want to suggest a quote or have feedback? Simply tweet @cheenukhurana                    

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

Tên New Tab Custom Quote New Tab Custom Quote
ID jlnllcngghpmhmcpfibhhccefpefmknb
URL Chính Thức https://chromewebstore.google.com/detail/new-tab-custom-quote/jlnllcngghpmhmcpfibhhccefpefmknb
Mô tả New motivational quote in every new tab. Or set your own quote
Kích Thước Tệp 18.86 KB
Số Lần Cài Đặt 54
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2020-07-04
Ngày Phát Hành 2020-07-03
Đánh Giá 4.50/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Cheenu Khurana
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "New Tab Custom Quote",
    "description": "New motivational quote in every new tab. Or set your own quote",
    "version": "1.0",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/quote_16.png",
            "32": "images\/quote_32.png",
            "48": "images\/quote_48.png",
            "128": "images\/quote_128.png"
        }
    },
    "icons": {
        "16": "images\/quote_16.png",
        "32": "images\/quote_32.png",
        "48": "images\/quote_48.png",
        "128": "images\/quote_128.png"
    },
    "chrome_url_overrides": {
        "newtab": "quote.html"
    },
    "permissions": [
        "storage"
    ]
}