New Look New Tab
Changes the default look of the new tab screen
New Look New Tab क्या है?
New Look New Tab Euan द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Changes the default look of the new tab screen"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में New Look New Tab एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
A simple extension which changes the look of Google Chrome's new tab page.
Changelog:
Version 1.0.0 -- First public version
Version 1.0.2 -- Added a shade to the background of the clock container, to allow for easier reading of the clock
Version 1.0.4 -- Added a border radius (curved edges) to the clock's container, giving the container a less sharp look
Version 1.0.5 -- Renamed the project
Version 1.0.6 -- Removed redundant css, changed the cursor when the clock is hovered over
Version 1.0.7 -- Made the clock text unselectable
Version 1.0.8 -- Added a shortcut to take the user to a search engine homepage
Version 1.0.9 -- Increased size of search icon to make it more visible
Version 1.1.0 -- Added an icon for the project एक्सटेंशन की मूल जानकारी
| नाम | |
| ID | nmfimijihijhfnoiekkadhfpkigdlnii |
| आधिकारिक URL | https://chromewebstore.google.com/detail/new-look-new-tab/nmfimijihijhfnoiekkadhfpkigdlnii |
| विवरण | Changes the default look of the new tab screen |
| फ़ाइल का आकार | 388 KB |
| स्थापना संख्या | 14 |
| वर्तमान संस्करण | 1.1.1 |
| अंतिम अपडेट | 2018-03-14 |
| प्रकाशन तिथि | 2018-03-14 |
| रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
| डेवलपर | Euan |
| ईमेल | [email protected] |
| भुगतान के प्रकार | free |
| समर्थित भाषाएँ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "New Look New Tab",
"description": "Changes the default look of the new tab screen",
"icons": {
"128": "icon-128.png"
},
"version": "1.1.1",
"browser_action": {
"default_icon": "icon-128.png",
"default_title": "New Look New Tab"
},
"manifest_version": 2,
"chrome_url_overrides": {
"newtab": "newtab.html"
}
} | |