Pluto
A beautiful new tab for your browser.
什麼是Pluto?
Pluto是由Birju Vachhani開發的Chrome擴展程式,該擴展的主要功能是“A beautiful new tab for your browser.”。
擴展截圖
下載Pluto擴展crx文件
下載Pluto擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
ID | cjhgdglialdlkabijejcpddhjjagdkio |
官方網址 | 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" } } |