Lightweight New Tab Page
Lightning fast loading, full CSS customization, and lots of handy tools. Just stuff you want, nothing you don't.
Lightweight New Tab Page क्या है?
Lightweight New Tab Page DJ Madeira द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Lightning fast loading, full CSS customization, and lots of handy tools. Just stuff you want, nothing you don't."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Lightweight New Tab Page एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Best features: - Lightning fast (~20ms) - Full CSS customization - Custom quick links - Accessible - Cache & history clearing tools - Chrome-native feel If you want a new feature, you can file an issue or submit a pull request on GitHub: https://github.com/djmadeira/lightweight-new-tab-page However, I'm going to be pretty conservative on what get's added. I want this to stay very, very simple. Store image background credit: Abdul Rahman https://www.flickr.com/photos/yunir/15647252567
एक्सटेंशन की मूल जानकारी
नाम | |
ID | cahfgmimpeeiibiicmeengglhpnhbkki |
आधिकारिक URL | https://chrome.google.com/webstore/detail/lightweight-new-tab-page/cahfgmimpeeiibiicmeengglhpnhbkki |
विवरण | Lightning fast loading, full CSS customization, and lots of handy tools. Just stuff you want, nothing you don't. |
फ़ाइल का आकार | 35.08 KB |
स्थापना संख्या | 80 |
वर्तमान संस्करण | 1.2.3 |
अंतिम अपडेट | 2015-04-14 |
प्रकाशन तिथि | 2015-04-14 |
रेटिंग | 4.33/5 कुल 9 रेटिंग्स |
डेवलपर | DJ Madeira |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/djmadeira/lightweight-new-tab-page |
सहायता पृष्ठ URL | https://github.com/djmadeira/lightweight-new-tab-page/issues |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Lightweight New Tab Page", "short_name": "Lightweight New Tab", "description": "Lightning fast loading, full CSS customization, and lots of handy tools. Just stuff you want, nothing you don't.", "author": "DJ Madeira", "version": "1.2.3", "permissions": [ "tabs", "browsingData", "history", "storage" ], "chrome_url_overrides": { "newtab": "newtab.html" }, "icons": { "48": "img\/icon_48.png", "128": "img\/icon_128.png" } } |