Babun: Smart Newtab
Babun is a live newtab with a minimalist design.
Babun: Smart Newtab क्या है?
Babun: Smart Newtab https://babun.club द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Babun is a live newtab with a minimalist design."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Babun: Smart Newtab एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
- Add bookmarks to your new tab. - Group your bookmarks into folders. - Add your own tasks. - Quick navigation through Chrome functionality: extensions, downloads, history, settings. - Enjoy beautiful and dynamic backgrounds from cool authors as flixel. - A great google search engine as the main search engine We add different types of wallpapers from nature to technology so you can enjoy the background of your new tab, we already have: auto, nature, seasons, city, animals, music, food and other categories. -- Thanks for installing and for being with us.
एक्सटेंशन की मूल जानकारी
नाम | Babun: Smart Newtab |
ID | pnflnhjlfbcingbihmaopfpflkhdijgl |
आधिकारिक URL | https://chromewebstore.google.com/detail/babun-smart-newtab/pnflnhjlfbcingbihmaopfpflkhdijgl |
विवरण | Babun is a live newtab with a minimalist design. |
फ़ाइल का आकार | 133 KB |
स्थापना संख्या | 94 |
वर्तमान संस्करण | 1.3 |
अंतिम अपडेट | 2021-12-18 |
प्रकाशन तिथि | 2021-12-17 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | https://babun.club |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://babun.club/ |
सहायता पृष्ठ URL | https://babun.club/privacy-policy.html |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Babun: Smart Newtab", "description": "Babun is a live newtab with a minimalist design.", "version": "1.3", "background": { "service_worker": "background.js" }, "chrome_url_overrides": { "newtab": "index.html" }, "icons": { "16": "\/static\/icon\/16.png", "32": "\/static\/icon\/32.png", "48": "\/static\/icon\/48.png", "64": "\/static\/icon\/64.png", "128": "\/static\/icon\/128.png" }, "chrome_settings_overrides": { "search_provider": { "is_default": true, "name": "Google", "keyword": "keyword.__MSG_url_domain__", "search_url": "https:\/\/babun.club\/index.html?p={searchTerms}", "favicon_url": "https:\/\/babun.club\/images\/favicon.png", "encoding": "UTF-8", "suggest_url": "https:\/\/babun.club\/suggestions.html?p={searchTerms}" } }, "host_permissions": [ "https:\/\/cdn.flixel.com\/*", "https:\/\/sugg.search.yahoo.net\/*" ], "permissions": [ "bookmarks" ] } |