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
官方網址 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
電子郵箱 [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"
}