Void New Tab
Void New Tab is a minimalist dark themed new tab page with a powerful search utility. For instructions on how to use Void, once…
Void New Tab क्या है?
Void New Tab Tom Day द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Void New Tab is a minimalist dark themed new tab page with a powerful search utility. For instructions on how to use Void, once…"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Void New Tab एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Void New Tab is a minimalist dark themed new tab page with a powerful search utility. For instructions on how to use Void, once installed type "help" into the search bar. Void is open source and proudly 100% free. You can find out more about Void and you can find its source code by typing "about" into the search bar.
एक्सटेंशन की मूल जानकारी
नाम | Void New Tab |
ID | hiljjibmhmmammdajeibdemkofflgnpf |
आधिकारिक URL | https://chromewebstore.google.com/detail/void-new-tab/hiljjibmhmmammdajeibdemkofflgnpf |
विवरण | Void New Tab is a minimalist dark themed new tab page with a powerful search utility. For instructions on how to use Void, once… |
फ़ाइल का आकार | 143 KB |
स्थापना संख्या | 94 |
वर्तमान संस्करण | 1.0.0.1 |
अंतिम अपडेट | 2018-01-16 |
प्रकाशन तिथि | 2018-01-16 |
रेटिंग | 5.00/5 कुल 3 रेटिंग्स |
डेवलपर | Tom Day |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/TDay1/void-newtab |
सहायता पृष्ठ URL | https://github.com/TDay1/void-newtab |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Void New Tab", "manifest_version": 2, "version": "1.0.0.1", "author": "Thomas Day", "remove_button": true, "short_name": "Void", "background": { "scripts": [ "background.js" ] }, "icons": { "16": ".\/img\/16px.png", "32": ".\/img\/32px.png", "48": ".\/img\/48px.png", "64": ".\/img\/64px.png", "128": ".\/img\/128px.png" }, "chrome_url_overrides": { "newtab": "index.html" } } |