New Tab - What Color is It
The time... now in color.
New Tab - What Color is It क्या है?
New Tab - What Color is It 太空饭否开发组 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The time... now in color."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में New Tab - What Color is It एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Show the hex color of current time in your new tab. Create a new tab, and enjoy the beauty of color as time changes. Click the time or color to copy. Fork on GitHub: https://github.com/riophae/what-color-is-it The idea was originally put forward by J.E.Murphy; website: http://jemurphy.org/ Based on http://whatcolourisit.scn9a.org/
एक्सटेंशन की मूल जानकारी
नाम | New Tab - What Color is It |
ID | kdbefpgedbmgcndbjgegpomamfkiejoa |
आधिकारिक URL | https://chromewebstore.google.com/detail/new-tab-what-color-is-it/kdbefpgedbmgcndbjgegpomamfkiejoa |
विवरण | The time... now in color. |
फ़ाइल का आकार | 43.6 KB |
स्थापना संख्या | 256 |
वर्तमान संस्करण | 0.1.3 |
अंतिम अपडेट | 2014-12-28 |
प्रकाशन तिथि | 2014-12-28 |
रेटिंग | 4.78/5 कुल 9 रेटिंग्स |
डेवलपर | 太空饭否开发组 |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "chrome_url_overrides": { "newtab": "whatcolorisit.html" }, "description": "The time... now in color.", "icons": { "256": "icon_256.png", "128": "icon_128.png", "96": "icon_96.png", "48": "icon_48.png" }, "manifest_version": 2, "name": "New Tab - What Color is It", "version": "0.1.3", "permissions": [ "clipboardWrite " ], "content_security_policy": "default_src 'self'; object-src 'self'; script-src 'self' 'unsafe-eval'" } |