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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "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

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Just a Day - the Day of Week एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
ईमेल [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"
}