Snappy Tab
Snappy Tab is a Chrome Extension for the New Tab
Snappy Tab क्या है?
Snappy Tab Engler LLC द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Snappy Tab is a Chrome Extension for the New Tab"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Snappy Tab एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Snappy Tab is a Chrome Extension for the New Tab This extension changes your existing new tab page and provides the features below: - Clean Tab Look - Popular useful links - New tab search box providing Bing.com search results. Use the new tab search box to search your desired information, images, videos, and more through Bing search directly from your browser’s new tab. This extension is free to download from the Chrome Web store By installing and using Snappy Tab Tab agree to the Terms of Use and Privacy Policy. Please review our Privacy Policy for details regarding the information we collect when you install and use the extension. You can uninstall the program any time. About: https://snappytab.com/about Terms of Service: https://snappytab.com/terms Privacy Policy: https://snappytab.com/privacy
एक्सटेंशन की मूल जानकारी
नाम | |
ID | pkdlcnapnadkpfdplhnhblbjiphjcdci |
आधिकारिक URL | https://chrome.google.com/webstore/detail/snappy-tab/pkdlcnapnadkpfdplhnhblbjiphjcdci |
विवरण | Snappy Tab is a Chrome Extension for the New Tab |
फ़ाइल का आकार | 30.38 KB |
स्थापना संख्या | 10,000 |
वर्तमान संस्करण | 1.6 |
अंतिम अपडेट | 2021-04-22 |
प्रकाशन तिथि | 2021-04-12 |
डेवलपर | Engler LLC |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://snappytab.com/ |
सहायता पृष्ठ URL | http://snappytab.com/faq |
गोपनीयता नीति पृष्ठ URL | https://snappytab.com/privacy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "scripts\/background.js" ] }, "browser_action": { "default_icon": { "16": "images\/icon-16.png", "32": "images\/icon-32.png" }, "default_title": "__MSG_appName__" }, "chrome_url_overrides": { "newtab": "newTab.html" }, "default_locale": "en", "description": "__MSG_appDescription__", "icons": { "128": "images\/icon-128.png", "16": "images\/icon-16.png", "48": "images\/icon-48.png" }, "manifest_version": 2, "name": "__MSG_appName__", "permissions": [ "background", "storage" ], "version": "1.6" } |