WaveTab
Turn the new tab page into a beautiful, minimal gradient.
WaveTab क्या है?
WaveTab Liz Wigglesworth द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Turn the new tab page into a beautiful, minimal gradient."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में WaveTab एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Beautiful. Minimal. Functional. WaveTab turns each new tab page into a gorgeous, animated gradient! Built with speed and minimalism in mind, there's no clutter or huge files to load. Features: - 60+ unique gradients with more to come! - No big images to load, so it's lightning fast! - Custom formatting for time/date - Show/hide elements - Customize how the gradient displays - Toggle the gradient animation
एक्सटेंशन की मूल जानकारी
नाम | WaveTab |
ID | nfdfcgbnfilhjigfdeniiacekbfmknnk |
आधिकारिक URL | https://chromewebstore.google.com/detail/wavetab/nfdfcgbnfilhjigfdeniiacekbfmknnk |
विवरण | Turn the new tab page into a beautiful, minimal gradient. |
फ़ाइल का आकार | 272 KB |
स्थापना संख्या | 49 |
वर्तमान संस्करण | v2.1.0 |
अंतिम अपडेट | 2021-01-24 |
प्रकाशन तिथि | 2018-08-10 |
रेटिंग | 4.60/5 कुल 5 रेटिंग्स |
डेवलपर | Liz Wigglesworth |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.lizwigg.com/wavetab/ |
सहायता पृष्ठ URL | https://www.lizwigg.com/wavetab/support/ |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "WaveTab", "short_name": "WaveTab", "author": "Liz Wigglesworth", "description": "Turn the new tab page into a beautiful, minimal gradient.", "version": "2.1.0", "version_name": "v2.1.0", "icons": { "32": "assets\/images\/appicon-32.png", "64": "assets\/images\/appicon-64.png" }, "permissions": [ "storage" ], "chrome_url_overrides": { "newtab": "wavetab.html" }, "web_accessible_resources": [ "assets\/data\/default.json" ] } |