Literary Clock
Read time in quotations.
Literary Clock क्या है?
Literary Clock Bora M. Alper द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Read time in quotations."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Literary Clock एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
सहायता पृष्ठ URL | 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" } } |