Empty New Tab Page
With this extension, new tabs displays a blank page instead of the usual new tab page with thumbnails.
Empty New Tab Page क्या है?
Empty New Tab Page ✰✰✰✰✰✰ द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "With this extension, new tabs displays a blank page instead of the usual new tab page with thumbnails."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Empty New Tab Page एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
एक्सटेंशन की मूल जानकारी
नाम | |
ID | ldnoknppacjpejoacooogblpenmdligp |
आधिकारिक URL | https://chrome.google.com/webstore/detail/empty-new-tab-page/ldnoknppacjpejoacooogblpenmdligp |
विवरण | With this extension, new tabs displays a blank page instead of the usual new tab page with thumbnails. |
फ़ाइल का आकार | 6.71 KB |
स्थापना संख्या | 103 |
वर्तमान संस्करण | 1.1.2 |
अंतिम अपडेट | 2016-01-16 |
प्रकाशन तिथि | 2016-01-16 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | ✰✰✰✰✰✰ |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | de,en |
manifest.json | |
{ "manifest_version": 2, "name": "__MSG_extension_name__", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.1.2", "default_locale": "en", "chrome_url_overrides": { "newtab": "empty_newtab.html" }, "description": "__MSG_description__", "icons": { "128": "icon_128.png" }, "permissions": [ "storage", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ] } |