Pluto

A beautiful new tab for your browser.

Pluto là gì?

Pluto là một tiện ích mở rộng Chrome được phát triển bởi Birju Vachhani, và tính năng chính của nó là "A beautiful new tab for your browser.".

Ả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 Pluto

Tải xuống các tệp mở rộng Pluto 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 beautiful minimal new tab extension for chrome.

What's new in v0.5.0
- A new widget: Date & Time with support for custom date and time formats.
- Fix country flags not loading up in location autocomplete input.
- Fix bottom bar icon color updates when color/gradient is changed.
- Add image download quality selection under advanced settings.
- Add option to manage custom collection sources under advanced settings.
- Show visual cue for custom collection sources in the collections dropdown.
- Fahrenheit unit now shows F as suffix for temperature on weather widget.

Features:
- Select from wide range of background colors and gradients or use huge selection of curated background images from Unsplash.
- Create your own collection of photos you like by adding photos to favorites.
- Set grey-scale or background tint or toggle tint to your liking to make it feel right at home! 
- No analytics, no ads, no tracking. Pure privacy!
- Open source.

Widgets:
1. Digital/Analog Clock: Keep track of time by having a clock always on you new tab customized to your liking.
2. Message: Write your favorite quotes or quick notes with Message widget.
3. Timer: Always keep tabs on your running timer with Timer widget that also allows you to customize the message along with it.
4. Weather: Keep an eye out on the weather around you with this minimal weather widget.                    

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

Tên Pluto Pluto
ID cjhgdglialdlkabijejcpddhjjagdkio
URL Chính Thức https://chromewebstore.google.com/detail/pluto/cjhgdglialdlkabijejcpddhjjagdkio
Mô tả A beautiful new tab for your browser.
Kích Thước Tệp 8.61 MB
Số Lần Cài Đặt 84
Phiên Bản Hiện Tại 0.5.0
Cập Nhật Lần Cuối 2023-12-26
Ngày Phát Hành 2022-12-14
Đánh Giá 4.75/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Birju Vachhani
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/birjuvachhani/pluto
URL Trang Chính Sách Bảo Mật https://github.com/BirjuVachhani/pluto/blob/main/PRIVACY_POLICY.md
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pluto",
    "description": "A beautiful new tab for your browser.",
    "version": "0.5.0",
    "manifest_version": 3,
    "short_name": "Pluto",
    "content_security_policy": {
        "content_security_policy": {
            "extension_pages": "script-src 'self' ; object-src 'self'"
        }
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "128": "icon128.png"
    }
}