TinyToolbarClock

This extension shows the time and date in the toolbar

ما هو TinyToolbarClock؟

TinyToolbarClock هو إضافة Chrome تم تطويرها بواسطة netchipguy، والميزة الرئيسية لها هي "This extension shows the time and date in the toolbar".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة TinyToolbarClock

قم بتنزيل ملفات الامتداد TinyToolbarClock بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        This tiny extension puts a tiny clock *and month/date calendar* in your toolbar!  Perfect for full-screen use of Chrome!

Highly Recommended: 

1) A HiDPI display such as a Retina Mac or Chromebook Pixel 
2) Good vision

-Netchipguy                    

معلومات أساسية عن التمديد

الاسم TinyToolbarClock TinyToolbarClock
ID hnageloldpcdmnceombonmmakpnaehnf
عنوان URL الرسمي https://chromewebstore.google.com/detail/tinytoolbarclock/hnageloldpcdmnceombonmmakpnaehnf
الوصف This extension shows the time and date in the toolbar
حجم الملف 12.48 KB
عدد التثبيتات 564
النسخة الحالية 1.2
آخر تحديث 2015-12-05
تاريخ النشر 2015-12-04
تقييم 4.40/5 مجموع تقييمات 10
المطور netchipguy
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TinyToolbarClock",
    "description": "This extension shows the time and date in the toolbar",
    "version": "1.2",
    "icons": {
        "16": "myclock16.png",
        "32": "myclock32.png",
        "48": "myclock48.png",
        "128": "myclock128.png"
    },
    "browser_action": {
        "default_icon": "myclock48.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}