Forest Start Tabs

Forest Start Tabs - Visit The Woods Everyday

什么是Forest Start Tabs?

Forest Start Tabs是由bryce开发的Chrome扩展程序,该扩展的主要功能是“Forest Start Tabs - Visit The Woods Everyday”。

扩展截图

screenshot
screenshot
screenshot

下载Forest Start Tabs扩展crx文件

下载Forest Start Tabs扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Forest Start Tabs transforms your Chrome browser's new tab page into a serene forest landscape, offering a peaceful backdrop to begin your daily online activities, whether it's work-related tasks or leisurely browsing. This extension is designed to provide a moment of tranquility with each new tab, setting a calming tone for your online experience.

In addition to enhancing your browser's aesthetic, Forest Start Tabs improves web navigation by introducing an elegantly designed error page. This feature activates when you encounter non-existent websites or other web errors, ensuring that your browsing experience remains seamless. Integrated with errors.net and various search partners such as bing and yahoo, the extension includes a functional search bar within the error page, facilitating an easy continuation of your online exploration without interruption.                    

扩展基本信息

名称 Forest Start Tabs Forest Start Tabs
ID nakfbmfenboiabdkmjmpihjabpofkpph
官方URL https://chromewebstore.google.com/detail/forest-start-tabs/nakfbmfenboiabdkmjmpihjabpofkpph
简介 Forest Start Tabs - Visit The Woods Everyday
文件大小 1.57 MB
安装次数 43,498
当前版本 2.5
更新时间 2024-02-07
上架时间 2022-01-21
评分 3.69/5 共26次评分
开发者 bryce
电子邮箱 [email protected]
付费类型 free
扩展官网 https://foreststarttabs.com/
帮助页面URL https://foreststarttabs.com/?a=about
隐私政策页面URL https://foreststarttabs.com?a=privacy
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Forest Start Tabs",
    "description": "Forest Start Tabs - Visit The Woods Everyday ",
    "version": "2.5",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "action": {
        "default_icon": ".\/img\/icons\/forest.png"
    },
    "icons": {
        "128": ".\/img\/icons\/forest.png"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "oauth2": {
        "client_id": "UiRNYB_QlQthhyvuYrBmg8n8JiLMuWFhKQ7wN3sPi_U",
        "scopes": [
            "",
            "https:\/\/api.unsplash.com\/photos\/?"
        ],
        "content_security_policy": "script-src 'self'  'unsafe-inline' 'unsafe eval'  https:\/\/apis.google.com\/js\/client.js?; object-src 'self'"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "performance.js"
            ]
        }
    ],
    "permissions": [
        "webRequest",
        "webNavigation",
        "storage",
        "tabs"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}