Babun: Smart Newtab
Babun is a live newtab with a minimalist design.
¿Qué es Babun: Smart Newtab?
Babun: Smart Newtab es una extensión de Chrome desarrollada por https://babun.club, y su función principal es "Babun is a live newtab with a minimalist design.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Babun: Smart Newtab
Descarga archivos de extensión Babun: Smart Newtab en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
- 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.
Información Básica de la Extensión
Nombre | Babun: Smart Newtab |
ID | pnflnhjlfbcingbihmaopfpflkhdijgl |
URL Oficial | https://chromewebstore.google.com/detail/babun-smart-newtab/pnflnhjlfbcingbihmaopfpflkhdijgl |
Descripción | Babun is a live newtab with a minimalist design. |
Tamaño del Archivo | 133 KB |
Cantidad de Instalaciones | 94 |
Versión Actual | 1.3 |
Última Actualización | 2021-12-18 |
Fecha de Publicación | 2021-12-17 |
Calificación | 5.00/5 Total de 2 Calificaciones |
Desarrollador | https://babun.club |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://babun.club/ |
URL de la Página de Ayuda | https://babun.club/privacy-policy.html |
Idiomas Soportados | 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" ] } |