Orbital Clock
Orbital Clock
ما هو Orbital Clock؟
Orbital Clock هو إضافة Chrome تم تطويرها بواسطة http://tvmiller.com، والميزة الرئيسية لها هي "Orbital Clock".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Orbital Clock
قم بتنزيل ملفات الامتداد Orbital Clock بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Sync to the real world around you and beyond. The extension icon displays the day of year, alerts you to events/warnings and quick links to the Orbital Clock page exclusively on tvmiller.com. The additional -Rocket Launch Line of Sight Finder- will help you easily find a landmarked direction to see a local rocket launch from any where in the world.
معلومات أساسية عن التمديد
الاسم | |
ID | agkkailckcebbicfkmdpelhdjjgmiehb |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/orbital-clock/agkkailckcebbicfkmdpelhdjjgmiehb |
الوصف | Orbital Clock |
حجم الملف | 144 KB |
عدد التثبيتات | 541 |
النسخة الحالية | 6.5.9.5 |
آخر تحديث | 2013-07-08 |
تاريخ النشر | 2013-07-08 |
تقييم | 3.91/5 مجموع تقييمات 11 |
المطور | http://tvmiller.com |
نوع الدفع | free |
موقع الإضافة | http://tvmiller.com/ |
عنوان صفحة المساعدة | http://tvmiller.com/ |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Orbital Clock", "version": "6.5.9.5", "manifest_version": 2, "description": "Orbital Clock", "browser_action": { "default_icon": "o_icon.png" }, "icons": { "128": "oicon128.png" }, "background": { "scripts": [ "background.js" ] } } |