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
Eメール [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"
    }
}