Word Clock (Extension)

A clock that displays fuzzy time in a artistic style. Now in bite-size!

ما هو Word Clock (Extension)؟

Word Clock (Extension) هو إضافة Chrome تم تطويرها بواسطة https://phamous-apps.com، والميزة الرئيسية لها هي "A clock that displays fuzzy time in a artistic style. Now in bite-size!".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Word Clock (Extension)

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

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

                        This extension version adds a toolbar button to pop up a small version of the clock. If you prefer the full-screen app version, that is available in the marketplace as well at: https://chrome.google.com/webstore/detail/bidgliphbkpjmmockfmojihnodbgonlp

It kind of tells time. It only exists because it looks cool telling time. Just leave it open and let passer-bys gasp in wonder as you proudly show off this awesome clock. This app is based on an Instructables that described building an actual word clock using LEDs. I thought to myself "I could write an app like that" so I did. This project was a learning experience on HTML5, CSS3, and JQuery.                    

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

الاسم Word Clock (Extension) Word Clock (Extension)
ID eidbaogoghpbdhmoeofgchejbdopppgm
عنوان URL الرسمي https://chromewebstore.google.com/detail/word-clock-extension/eidbaogoghpbdhmoeofgchejbdopppgm
الوصف A clock that displays fuzzy time in a artistic style. Now in bite-size!
حجم الملف 39.01 KB
عدد التثبيتات 187
النسخة الحالية 1.3
آخر تحديث 2013-06-22
تاريخ النشر 2013-06-22
تقييم 4.00/5 مجموع تقييمات 6
المطور https://phamous-apps.com
نوع الدفع free
موقع الإضافة http://wordclock.phamous-apps.com
عنوان صفحة المساعدة http://wordclock.phamous-apps.com
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Word Clock (Extension)",
    "version": "1.3",
    "manifest_version": 2,
    "description": "A clock that displays fuzzy time in a artistic style. Now in bite-size!",
    "default locale": "en",
    "browser_action": {
        "default_icon": "icon_16.png",
        "default_popup": "wordClock.html"
    },
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    }
}