Light Tab Page

🚀 Lightweight Browser new tab

What is Light Tab Page?

Light Tab Page is a Chrome extension developed by Devifish, and its main feature is "🚀 Lightweight Browser new tab".

Extension Screenshots

screenshot
screenshot
screenshot

Download Light Tab Page Extension CRX File

Download Light Tab Page extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        🚀 一款轻量简洁的新标签页浏览器插件,专注新标签页基础功能
使用下一代前端开发与构建框架编写,更低CPU、内存占用,加载更迅速

特性
🌙 跟随系统深色和浅色模式
📦 开箱即用的搜索引擎及建议 API
🔍 自定义搜索引擎
🪄 高度可定制化设置
🪟 Bing 每日壁纸
🎨 切换主题(强调色)(Todo)
⏱️ 最近搜索/浏览导航
⚡ 加载迅速 (< 50ms)

代码完全开源
遵从 MIT 公共许可协议开源。
喜欢的朋友可以给我个Star⭐

@ Github:
https://github.com/Devifish/light-tab-page                    

Extension Basic Information

Name Light Tab Page Light Tab Page
ID hijeghaehaammnoaaiabbbhggaoaamkp
Official URL https://chromewebstore.google.com/detail/light-tab-page/hijeghaehaammnoaaiabbbhggaoaamkp
Description 🚀 Lightweight Browser new tab
File Size 340 KB
Installation Count 660
Current Version 1.5.2
Last Updated 2023-07-28
Publish Date 2021-11-02
Rating 5.00/5 Total 7 Ratings
Developer Devifish
Email [email protected]
Payment Type free
Extension Website https://github.com/Devifish/light-tab-page
Supported Languages en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "version": "1.5.2",
    "default_locale": "zh_CN",
    "minimum_chrome_version": "88.0.0",
    "permissions": [
        "favicon"
    ],
    "optional_permissions": [
        "topSites"
    ],
    "host_permissions": [
        "https:\/\/cn.bing.com\/",
        "https:\/\/suggestion.baidu.com\/",
        "https:\/\/api.bing.com\/",
        "https:\/\/suggestqueries.google.com\/"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';"
    },
    "chrome_url_overrides": {
        "newtab": "index.html#\/"
    },
    "action": {
        "default_icon": "icons\/logo128.png",
        "default_title": "__MSG_name__",
        "default_popup": "index.html#\/popup"
    },
    "icons": {
        "32": "icons\/logo32.png",
        "64": "icons\/logo64.png",
        "128": "icons\/logo128.png"
    },
    "browser_specific_settings": {
        "gecko": {
            "id": "{c29037b9-7c63-4064-be30-cf42d599ca39}"
        }
    }
}