New Tab Clock
Replaces the New Tab page with a simple customizable clock.
New Tab Clock क्या है?
New Tab Clock https://leggett.org द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Replaces the New Tab page with a simple customizable clock."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में New Tab Clock एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
ABOUT
Bring focus to every new tab you open. No frills or distractions – just the time and date.
PRIVACY POLICY
This extension has no ads, trackers, or analytics. No information is transmitted to or from the extension to any server. All settings are saved locally on your computer.
SETTINGS
Click on the gear in the bottom left to customize the background color, font, or 12/24 clock setting. एक्सटेंशन की मूल जानकारी
| नाम | |
| ID | ljpapphpgkmigobbbakmnfoohclifanm |
| आधिकारिक URL | https://chromewebstore.google.com/detail/new-tab-clock/ljpapphpgkmigobbbakmnfoohclifanm |
| विवरण | Replaces the New Tab page with a simple customizable clock. |
| फ़ाइल का आकार | 73.84 KB |
| स्थापना संख्या | 10,000 |
| वर्तमान संस्करण | 2.7 |
| अंतिम अपडेट | 2021-03-19 |
| प्रकाशन तिथि | 2019-10-15 |
| रेटिंग | 3.89/5 कुल 190 रेटिंग्स |
| डेवलपर | https://leggett.org |
| ईमेल | [email protected] |
| भुगतान के प्रकार | free |
| एक्सटेंशन वेबसाइट | http://leggett.org |
| गोपनीयता नीति पृष्ठ URL | https://simpl.fyi/privacy |
| समर्थित भाषाएँ | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "New Tab Clock",
"version": "2.7",
"description": "Replaces the New Tab page with a simple customizable clock.",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"chrome_url_overrides": {
"newtab": "clock.html"
},
"manifest_version": 2,
"content_security_policy": "default-src 'none'; style-src 'self'; script-src 'self'; connect-src 'self'; img-src 'self'; font-src 'self' "
} | |