pomo

customize your new tab page

什么是pomo?

pomo是由pianokaisen开发的Chrome扩展程序,该扩展的主要功能是“customize your new tab page”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载pomo扩展crx文件

下载pomo扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Replace your tabs with a personal tab tailored to your liking. Every refresh is another chance for another picture. This page is flexible to many preferences, allowing you to get the most out of every new tab.

✨ Features ✨ 
🌄 Collection of natural landscapes
🌄 Easy access customization bar on left when you move your mouse left
🌄 Customize brightness, saturation, contrast, and blur of backgrounds

💻 Widgets you can put on dashboard: Clock, search bar, to-do list
💻 Toggle widgets on and off on left-hand bar
💻 Freely drag widgets across screen
💻 Click clock to convert to 24-hour/12-hour clocks
💻 Right click to-do list to cross out items
💻 Click right hand side of search bar to switch between Google, Duckduckgo, Bing, and Yahoo

✅ Move mouse to right side of screen to access widgets (avatars, weather)
✅ Toggle widgets on and off

All pictures taken from Unsplash.                    

扩展基本信息

名称 pomo pomo
ID pnllkmdekggieikeedipehpeoijllhbi
官方URL https://chromewebstore.google.com/detail/pomo/pnllkmdekggieikeedipehpeoijllhbi
简介 customize your new tab page
文件大小 3.18 MB
安装次数 23
当前版本 0.0.3
更新时间 2022-06-14
上架时间 2022-05-03
评分 5.00/5 共1次评分
开发者 pianokaisen
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://emilyxietty.github.io/chromeprivacy.html
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "pomo",
    "version": "0.0.3",
    "short_name": "pomo",
    "options_page": "options.html",
    "description": "customize your new tab page",
    "permissions": [
        "storage",
        "bookmarks",
        "geolocation"
    ],
    "icons": {
        "48": "icons\/heen48.png",
        "128": "icons\/heen128.png"
    },
    "action": {
        "default_title": "pomo",
        "default_popup": "options.html"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    }
}