Just a Clock - the Minutes

A simple digital clock for the toolbar. This is JUST THE MINUTES. Pair with the hours for an awesome readable clock in your toolbar!

什麼是Just a Clock - the Minutes?

Just a Clock - the Minutes是由Marc G開發的Chrome擴展程式,該擴展的主要功能是“A simple digital clock for the toolbar. This is JUST THE MINUTES. Pair with the hours for an awesome readable clock in your toolbar!”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Just a Clock - the Minutes擴展crx文件

下載Just a Clock - the Minutes擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Just a clock, in your Chrome toolbar; Nice and big and simple.  There are 2 extensions, one for the Hours and one for the Minutes.

I built this because I usually have a full screen app/game/video going on my main monitor and can't see the clock.  My browser is usually on my 2nd monitor and now I can always see the time at a glance!

This is JUST THE MINUTES and meant to be paired with the "Just a Clock - The Hours" extension in your toolbar and positioned to its RIGHT.

Remember to also install the HOURS: https://chrome.google.com/webstore/detail/agglgohcegmeeaccikjfmehncfomccpg

-- Now with High Res images!
-- White numbers for dark themes are available in Options

- Russian translation provided by Ross Yes
- Turkish translation provided by Kerem Özen
- German translation provided by Arshad Tayyeb
- Italian translation provided by Stefano Moris
- Dutch translation provided by Joery van Druten

If you like it please let me know in the comments.  If you have any suggestions or requests please also let me know.                    

擴展基本資訊

名稱 Just a Clock - the Minutes Just a Clock - the Minutes
ID pgmgkfgcnigcopcjhilfabbdgmjmkogj
官方網址 https://chromewebstore.google.com/detail/just-a-clock-the-minutes/pgmgkfgcnigcopcjhilfabbdgmjmkogj
簡介 A simple digital clock for the toolbar. This is JUST THE MINUTES. Pair with the hours for an awesome readable clock in your toolbar!
檔案大小 162 KB
安裝次數 10,000
目前版本 0.93.6
更新時間 2020-11-19
上架時間 2015-12-04
評分 4.58/5 共 204 次評分
開發者 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.93.6",
    "description": "__MSG_extDescription__",
    "icons": {
        "16": "iconSmall.png",
        "32": "iconWin.png",
        "48": "iconMed.png",
        "128": "iconBig.png"
    },
    "default_locale": "en",
    "browser_action": {
        "default_icon": {
            "19": "0-19.png",
            "38": "0-38.png"
        }
    },
    "background": {
        "scripts": [
            "setMinutes.js"
        ]
    },
    "offline_enabled": true,
    "options_page": "options.html"
}