Quotes Homepage

Get a random motivational or inspirational quote for each new homepage

Quotes Homepage là gì?

Quotes Homepage là một tiện ích mở rộng Chrome được phát triển bởi Jose Naime, và tính năng chính của nó là "Get a random motivational or inspirational quote for each new homepage".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Quotes Homepage 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

                        If you want to get motivated or inspired on each new tab, Quotes Homepage will help you with it; our database contains more than 150 random quotes from a wide selection of authors. You can customize the homepage to make it more personal by changing the highlight color and font.

Quotes Homepage it's completely FREE, as it doesn't contain any subscription or extra payment (btw, it doesn't have any Ads). That's why any small donation it's completely grateful.

Support the project !
https://www.buymeacoffee.com/JoseNaime                    

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

Tên Quotes Homepage Quotes Homepage
ID abbakcklnbaccfjgpenaaimnkdgdighf
URL Chính Thức https://chromewebstore.google.com/detail/quotes-homepage/abbakcklnbaccfjgpenaaimnkdgdighf
Mô tả Get a random motivational or inspirational quote for each new homepage
Kích Thước Tệp 44.88 KB
Số Lần Cài Đặt 18
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2021-08-31
Ngày Phát Hành 2021-08-18
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Jose Naime
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.daily-quotes.xyz
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Quotes Homepage",
    "description": "Get a random motivational or inspirational quote for each new homepage",
    "author": "Jose Naime",
    "version": "1.1",
    "manifest_version": 2,
    "icons": {
        "16": "Quotes16.png",
        "48": "Quotes48.png",
        "128": "Quotes128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com https:\/\/kit.fontawesome.com https:\/\/cse.google.com\/cse.js; object-src 'self'",
    "permissions": [
        "storage"
    ],
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "browser_action": {
        "default_popup": "Popup\/popup.html"
    }
}