Quotable

Displays random user-uploaded quotes on each blank 'new tab' HTML page.

Quotable là gì?

Quotable là một tiện ích mở rộng Chrome được phát triển bởi Quotable, và tính năng chính của nó là "Displays random user-uploaded quotes on each blank 'new tab' HTML page.".

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

screenshot

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

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

                        Quotable transforms the blank page of a new Chrome tab into your personal message board. Each new tab will display a quote randomly selected from your collection. You can use Quotable to help you memorize information, view inspirational messages, or display your favorite quotes. Add new quotes one at a time or upload them in bulk. You can even download your quotes from Quotable to save or use elsewhere as your collection grows.                    

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

Tên Quotable Quotable
ID fljaohpdminegmhjohgejalhdkdcflhl
URL Chính Thức https://chromewebstore.google.com/detail/quotable/fljaohpdminegmhjohgejalhdkdcflhl
Mô tả Displays random user-uploaded quotes on each blank 'new tab' HTML page.
Kích Thước Tệp 196 KB
Số Lần Cài Đặt 44
Phiên Bản Hiện Tại 1.3
Cập Nhật Lần Cuối 2019-06-16
Ngày Phát Hành 2019-06-16
Đánh Giá 4.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Quotable
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://blueberriesafterdark.com/quotable-faq/
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Quotable",
    "description": "Displays random user-uploaded quotes on each blank 'new tab' HTML page.",
    "version": "1.3",
    "incognito": "split",
    "permissions": [
        "storage",
        "unlimitedStorage"
    ],
    "chrome_url_overrides": {
        "newtab": "quotable.html"
    },
    "manifest_version": 2
}