Clock Tab by Scamah
This plugin will replace the default new tab with a customizeable clock and date.
Clock Tab by Scamah क्या है?
Clock Tab by Scamah https://tuxedopigeon.us द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This plugin will replace the default new tab with a customizeable clock and date."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Clock Tab by Scamah एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This plugin will replace the default new tab with a customizeable clock and date. Clock Tab is a simplistic and functional new tab clock extension. Clock Tab's customization options for color and font are intuitive and easy to use. It also allows users to more easily access time when in an entirely full screen browser window. Currently Working on: - Adding more themes and fonts. - Better Screenshots!
एक्सटेंशन की मूल जानकारी
नाम | Clock Tab by Scamah |
ID | lipflhjigobellgogblgaognmcgnbfbj |
आधिकारिक URL | https://chromewebstore.google.com/detail/clock-tab-by-scamah/lipflhjigobellgogblgaognmcgnbfbj |
विवरण | This plugin will replace the default new tab with a customizeable clock and date. |
फ़ाइल का आकार | 10.95 KB |
स्थापना संख्या | 40 |
वर्तमान संस्करण | 3.3 |
अंतिम अपडेट | 2021-08-03 |
प्रकाशन तिथि | 2020-02-28 |
डेवलपर | https://tuxedopigeon.us |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Clock Tab by Scamah", "description": "This plugin will replace the default new tab with a customizeable clock and date.", "version": "3.3", "incognito": "split", "chrome_url_overrides": { "newtab": "clockTab.html" }, "web_accessible_resources": [ "*.png", "*.ttf" ], "manifest_version": 2, "icons": { "16": "Icon\/Icon16.png", "48": "Icon\/Icon48.png", "128": "Icon\/Icon128.png" } } |