OpenTabs: Save trees by opening new tabs

Customize your new tab page so you can fight climate change while browsing the web. Save trees by doing what you do every day.

OpenTabs: Save trees by opening new tabs là gì?

OpenTabs: Save trees by opening new tabs là một tiện ích mở rộng Chrome được phát triển bởi https://opentabs.org, và tính năng chính của nó là "Customize your new tab page so you can fight climate change while browsing the web. Save trees by doing what you do every day.".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng OpenTabs: Save trees by opening new tabs

Tải xuống các tệp mở rộng OpenTabs: Save trees by opening new 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

                        OpenTabs uses ads on the new-tab page to save trees simply by opening new tabs.                    

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

Tên OpenTabs: Save trees by opening new tabs OpenTabs: Save trees by opening new tabs
ID igeeighenacaciapkehcacnojlegbnpa
URL Chính Thức https://chromewebstore.google.com/detail/opentabs-save-trees-by-op/igeeighenacaciapkehcacnojlegbnpa
Mô tả Customize your new tab page so you can fight climate change while browsing the web. Save trees by doing what you do every day.
Kích Thước Tệp 1.42 MB
Số Lần Cài Đặt 30,652
Phiên Bản Hiện Tại 2.64.1
Cập Nhật Lần Cuối 2023-09-19
Ngày Phát Hành 2020-06-17
Đánh Giá 4.92/5 Tổng số 364 Đánh Giá
Nhà Phát Triển https://opentabs.org
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.opentabs.org/
URL Trang Trợ Giúp https://opentabs.contactin.bio/
URL Trang Chính Sách Bảo Mật https://blog.jointero.org/privacy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "OpenTabs: Save trees by opening new tabs",
    "short_name": "OpenTabs",
    "version": "2.64.1",
    "description": "Customize your new tab page so you can fight climate change while browsing the web. Save trees by doing what you do every day.",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "OpenTabs"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com\/analytics.js https:\/\/api.cloudsponge.com; object-src 'self'",
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.opentabs.org\/*"
        ]
    },
    "permissions": [
        "storage",
        "cookies"
    ],
    "optional_permissions": []
}