Wabisabi

Check the progresses of year, quarter, month and day on a new tab

Wabisabiとは何ですか?

Wabisabiはminoerick120によって開発されたChromeの拡張機能で、その主な機能は「Check the progresses of year, quarter, month and day on a new tab」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Wabisabi拡張機能のCRXファイルをダウンロード

Wabisabi拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Wabisabi is a dashboard to encourage and track mindfulness, see a new motivational quote and Zen-style background photo every day.
You can see what percentage of your working day, month, quarter and year have passed every time you open a new tab.
Wabisabi allows you to define your working time. You choose whether you want to work during the weekend or not.
We hope you spend every moment of your life in a beautiful way.

For any new features you'd love to see on Wabisabi, please contact us

Twitter @MinhoKo120, @nhuphan0404                    

拡張機能の基本情報

名前 Wabisabi Wabisabi
ID hpdefgnomdldpkicaejddgkpljkmieog
公式URL https://chrome.google.com/webstore/detail/wabisabi/hpdefgnomdldpkicaejddgkpljkmieog
説明 Check the progresses of year, quarter, month and day on a new tab
ファイルサイズ 2.49 MB
インストール数 10
現在のバージョン 0.0.9
最終更新日 2020-03-22
公開日 2020-03-20
評価 5.00/5 合計 2 レビュー
開発者 minoerick120
Eメール [email protected]
支払い方法 free
ヘルプページのURL https://www.catlab.dev/wabisabi-privacy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "Wabisabi",
    "name": "Wabisabi",
    "description": "Check the progresses of year, quarter, month and day on a new tab",
    "manifest_version": 2,
    "version": "0.0.9",
    "author": "Catlab",
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png",
        "16": "icon16.png"
    },
    "permissions": [
        "tabs",
        "https:\/\/*.unsplash.com\/photos\/*"
    ],
    "browser_action": {
        "default_title": "Wabisabi",
        "default-icon": "icon16.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}