Tabun: Smart Newtab
Tabun is a live newtab with a minimalist design.
什么是Tabun: Smart Newtab?
Tabun: Smart Newtab是由https://tabun.net开发的Chrome扩展程序,该扩展的主要功能是“Tabun is a live newtab with a minimalist design.”。
扩展截图
下载Tabun: Smart Newtab扩展crx文件
下载Tabun: Smart Newtab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
- Add bookmarks to your start page. - Group your bookmarks into folders. - Add your own notes. - All the chrome in one page: extensions, downloads, history. - Enjoy beautiful and dynamic backgrounds from cool authors. - Enjoy searching with yahoo as your 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.
扩展基本信息
名称 | Tabun: Smart Newtab |
ID | eldanaaeiflfoaifghpiicmpnmmljfed |
官方URL | https://chromewebstore.google.com/detail/tabun-smart-newtab/eldanaaeiflfoaifghpiicmpnmmljfed |
简介 | Tabun is a live newtab with a minimalist design. |
文件大小 | 1023 KB |
安装次数 | 53 |
当前版本 | 1.12 |
更新时间 | 2021-12-10 |
上架时间 | 2021-10-04 |
评分 | 3.67/5 共3次评分 |
开发者 | https://tabun.net |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://tabun.net/ |
帮助页面URL | https://tabun.net/privacy-policy.html |
隐私政策页面URL | https://tabun.net/privacy-policy.html |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Tabun: Smart Newtab", "description": "Tabun is a live newtab with a minimalist design.", "version": "1.12", "background": { "service_worker": "background.js" }, "chrome_url_overrides": { "newtab": "index.html" }, "icons": { "16": "icon16.png", "32": "icon32.png", "64": "icon64.png", "128": "icon128.png" }, "chrome_settings_overrides": { "search_provider": { "is_default": true, "name": "Yahoo", "keyword": "keyword.__MSG_url_domain__", "search_url": "https:\/\/tabun.net\/index.html?p={searchTerms}", "favicon_url": "https:\/\/tabun.net\/images\/favicon.png", "encoding": "UTF-8", "suggest_url": "https:\/\/tabun.net\/suggestions.html?p={searchTerms}" } }, "host_permissions": [ "https:\/\/cdn.flixel.com\/*", "https:\/\/sugg.search.yahoo.net\/*" ], "permissions": [ "bookmarks" ] } |