funtabs新标签页(原趣标签页、方格桌面),简约导航,予你分享!卡片收藏,个性自创!支持自定义您新标签页上的导航卡片、文章收藏、精美壁纸以及搜索引擎,创建、编辑及分享属于您自己的浏览器标签页,美化您的浏览器主页与newtab新标签页!
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"name": "funtabs新标签页 - 简约好用的浏览器起始页!",
"description": "funtabs新标签页(原趣标签页、方格桌面),简约导航,予你分享!卡片收藏,个性自创!支持自定义您新标签页上的导航卡片、文章收藏、精美壁纸以及搜索引擎,创建、编辑及分享属于您自己的浏览器标签页,美化您的浏览器主页与newtab新标签页!",
"author": "dengxiwang",
"homepage_url": "https://funtabs.cn",
"version": "1.4.5",
"manifest_version": 3,
"icons": {
"16": "public/img/logo-16.png",
"32": "public/img/logo-34.png",
"48": "public/img/logo-48.png",
"128": "public/img/logo-128.png"
},
"action": {
"default_popup": "popup.html",
"default_icon": "public/img/logo-48.png"
},
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"chrome_url_overrides": {
"newtab": "newtab.html"
},
"host_permissions": [
"*://*/*"
],
"web_accessible_resources": [
{
"matches": [
"*://*.baidu.com/*",
"*://*.funtabs.cn/*"
],
"resources": [
"public/img/logo-16.png",
"public/img/logo-34.png",
"public/img/logo-48.png",
"public/img/logo-128.png"
],
"use_dynamic_url": false
}
],
"permissions": [
"webRequest"
],
"content_security_policy": {
"extension_pages": "script-src 'self' 'wasm-unsafe-eval' ; object-src 'self' "
}
}