Literary Clock
Read time in quotations.
ما هو Literary Clock؟
Literary Clock هو إضافة Chrome تم تطويرها بواسطة Bora M. Alper، والميزة الرئيسية لها هي "Read time in quotations.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Literary Clock
قم بتنزيل ملفات الامتداد Literary Clock بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Shows time in quotes from literature, on a dark background featuring the earth as it was ~12 hours ago (adjusted for your time-zone). Acknowledgements: Inspired by: https://www.instructables.com/id/Literary-Clock-Made-From-E-reader/ Data from: https://www.theguardian.com/books/table/2011/apr/21/literary-clock Satellite imagery is provided by Japan Meteorological Agency: https://www.data.jma.go.jp/mscweb/data/himawari/sat_img.php
معلومات أساسية عن التمديد
الاسم | |
ID | klimjjoolmemiionkhfgaligdiioehkg |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/literary-clock/klimjjoolmemiionkhfgaligdiioehkg |
الوصف | Read time in quotations. |
حجم الملف | 326 KB |
عدد التثبيتات | 2,459 |
النسخة الحالية | 1.1.0 |
آخر تحديث | 2018-08-18 |
تاريخ النشر | 2018-08-18 |
تقييم | 4.67/5 مجموع تقييمات 3 |
المطور | Bora M. Alper |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | http://labs.boramalper.org/literary-clock |
عنوان صفحة المساعدة | https://github.com/boramalper/literary-clock |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Literary Clock", "version": "1.1.0", "description": "Read time in quotations.", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "96": "icons\/icon96.png", "128": "icons\/icon128.png" }, "permissions": [ "https:\/\/www.data.jma.go.jp\/mscweb\/data\/himawari\/img\/fd_\/", "storage", "unlimitedStorage" ], "background": { "page": "src\/background.html" }, "chrome_url_overrides": { "newtab": "src\/newtab.html" } } |