Blank New Tab Page
Replaces the new tab page with a blank one.
Blank New Tab Page क्या है?
Blank New Tab Page Gerrit Kopp द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Replaces the new tab page with a blank one."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Blank New Tab Page एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Replaces the new tab page with a blank one.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | ggbepbemaaocmiffjfeppcccoohjfnob |
आधिकारिक URL | https://chromewebstore.google.com/detail/blank-new-tab-page/ggbepbemaaocmiffjfeppcccoohjfnob |
विवरण | Replaces the new tab page with a blank one. |
फ़ाइल का आकार | 64.97 KB |
स्थापना संख्या | 193 |
वर्तमान संस्करण | 0.12 |
अंतिम अपडेट | 2023-12-05 |
प्रकाशन तिथि | 2019-03-26 |
रेटिंग | 1.00/5 कुल 1 रेटिंग्स |
डेवलपर | Gerrit Kopp |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
सहायता पृष्ठ URL | https://github.com/GerritKopp/blanknewtabpage |
समर्थित भाषाएँ | de,en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_extName__", "version": "0.12", "default_locale": "en", "description": "__MSG_extDescription__", "author": "Gerrit Kopp", "chrome_url_overrides": { "newtab": "blank.html" }, "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" } } |