Pluto

A beautiful new tab for your browser.

Pluto란 무엇입니까?

Pluto은(는) Birju Vachhani에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A beautiful new tab for your browser."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Pluto 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Pluto Pluto
ID cjhgdglialdlkabijejcpddhjjagdkio
공식 URL https://chromewebstore.google.com/detail/pluto/cjhgdglialdlkabijejcpddhjjagdkio
설명 A beautiful new tab for your browser.
파일 크기 8.61 MB
설치 횟수 84
현재 버전 0.5.0
최근 업데이트 2023-12-26
출시 날짜 2022-12-14
평점 4.75/5 총 4 개의 평점
개발자 Birju Vachhani
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/birjuvachhani/pluto
개인정보 보호 정책 페이지 URL https://github.com/BirjuVachhani/pluto/blob/main/PRIVACY_POLICY.md
지원되는 언어 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"
    }
}