Revolution New Tab
Replaces the default new tab page with a better one.
Revolution New Tab क्या है?
Revolution New Tab Revolution New Tab द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Replaces the default new tab page with a better one."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Revolution New Tab एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Replaces the default new tab page with a more customisable one. Change links, icons, colours, background images and widgets. CHANGELOG Version 1.01 - Improved load times from ~350ms to ~150ms - Fixed occasional on-off switch rendering bugs - Empty icons on default page are now hidden - Removed some animations to improve performance Version 1.1 - Added option for transparent icons - Flatter design - Removed weather funtionality until a more reliable alternative is available - Replaced weather funtionality with time and date, once weather is re-added, will add a toggle - Added stopwatch (can be switched with time and date) Version 1.11 - Switched from incrementing timing to delta timing to make it more reliable Version 1.12 - Minor style changes
एक्सटेंशन की मूल जानकारी
नाम | Revolution New Tab |
ID | nonfgobbbcffenfbkdgnafikbadicaan |
आधिकारिक URL | https://chromewebstore.google.com/detail/revolution-new-tab/nonfgobbbcffenfbkdgnafikbadicaan |
विवरण | Replaces the default new tab page with a better one. |
फ़ाइल का आकार | 896 KB |
स्थापना संख्या | 150 |
वर्तमान संस्करण | 1.12 |
अंतिम अपडेट | 2017-11-27 |
प्रकाशन तिथि | 2017-11-27 |
रेटिंग | 4.88/5 कुल 8 रेटिंग्स |
डेवलपर | Revolution New Tab |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Revolution New Tab", "description": "Replaces the default new tab page with a better one.", "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "version": "1.12", "permissions": [ "storage" ], "chrome_url_overrides": { "newtab": "index.html" }, "icons": { "16": "css\/img\/icon16.png", "32": "css\/img\/icon32.png", "48": "css\/img\/icon48.png" } } |