Forest Start Tabs

Forest Start Tabs - Visit The Woods Everyday

Forest Start Tabs là gì?

Forest Start Tabs là một tiện ích mở rộng Chrome được phát triển bởi bryce, và tính năng chính của nó là "Forest Start Tabs - Visit The Woods Everyday".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Forest Start Tabs

Tải xuống các tệp mở rộng Forest Start Tabs dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Forest Start Tabs Forest Start Tabs
ID nakfbmfenboiabdkmjmpihjabpofkpph
URL Chính Thức https://chromewebstore.google.com/detail/forest-start-tabs/nakfbmfenboiabdkmjmpihjabpofkpph
Mô tả Forest Start Tabs - Visit The Woods Everyday
Kích Thước Tệp 1.57 MB
Số Lần Cài Đặt 43,498
Phiên Bản Hiện Tại 2.5
Cập Nhật Lần Cuối 2024-02-07
Ngày Phát Hành 2022-01-21
Đánh Giá 3.69/5 Tổng số 26 Đánh Giá
Nhà Phát Triển bryce
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://foreststarttabs.com/
URL Trang Trợ Giúp https://foreststarttabs.com/?a=about
URL Trang Chính Sách Bảo Mật https://foreststarttabs.com?a=privacy
Ngôn Ngữ Được Hỗ Trợ 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:\/\/*\/*"
    ]
}