Just a Day - the Day of Week

A simple date for the toolbar. This is JUST THE DAY OF THE WEEK. Pair with the JUST A CLOCK extensions!

Just a Day - the Day of Weekとは何ですか?

Just a Day - the Day of WeekはMarc Gによって開発されたChromeの拡張機能で、その主な機能は「A simple date for the toolbar. This is JUST THE DAY OF THE WEEK. Pair with the JUST A CLOCK extensions!」です。

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

screenshot
screenshot
screenshot
screenshot

Just a Day - the Day of Week拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        NOTE: Current version might have issues on some versions of Chrome for Windows. Working on a fix; hang tight.

==========================

- Abbreviated day of the week in your toolbar.

- Customize the abbreviations and the color in the Options. Even supports emoji abbreviations. Copy emoji as text from here: https://getemoji.com/

- Pair it with the 2 Just a Clock extensions (one for the Hours and one for the Minutes) for a large readable display in your toolbar.  Perfect for full screen browsing.                    

拡張機能の基本情報

名前 Just a Day - the Day of Week Just a Day - the Day of Week
ID nkbalpdjkhpfohgonjkagacjkcndhgic
公式URL https://chromewebstore.google.com/detail/just-a-day-the-day-of-wee/nkbalpdjkhpfohgonjkagacjkcndhgic
説明 A simple date for the toolbar. This is JUST THE DAY OF THE WEEK. Pair with the JUST A CLOCK extensions!
ファイルサイズ 40.02 KB
インストール数 1,028
現在のバージョン 0.51
最終更新日 2020-11-19
公開日 2018-05-17
評価 4.62/5 合計 13 レビュー
開発者 Marc G
Eメール [email protected]
支払い方法 free
対応言語 de,en,nl,tr,es,it,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "short_name": "__MSG_extShortName__",
    "version": "0.51",
    "description": "__MSG_extDescription__",
    "icons": {
        "16": "iconSmall.png",
        "32": "iconWin.png",
        "48": "iconMed.png",
        "128": "iconBig.png"
    },
    "default_locale": "en",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "setDayOfWeek.js"
        ]
    },
    "offline_enabled": true,
    "options_page": "options.html"
}