Light Tab Page

🚀 Lightweight Browser new tab

Wat is Light Tab Page?

Light Tab Page is een Chrome-extensie ontwikkeld door Devifish, en de belangrijkste functie is "🚀 Lightweight Browser new tab".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Light Tab Page

Download Light Tab Page-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

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

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

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

Basisinformatie over de Extensie

Naam Light Tab Page Light Tab Page
ID hijeghaehaammnoaaiabbbhggaoaamkp
Officiële URL https://chromewebstore.google.com/detail/light-tab-page/hijeghaehaammnoaaiabbbhggaoaamkp
Beschrijving 🚀 Lightweight Browser new tab
Bestandsgrootte 340 KB
Aantal Installaties 660
Huidige Versie 1.5.2
Laatst Bijgewerkt 2023-07-28
Publicatiedatum 2021-11-02
Beoordeling 5.00/5 Totaal 7 Beoordelingen
Ontwikkelaar Devifish
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/Devifish/light-tab-page
Ondersteunde Talen 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}"
        }
    }
}