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คืออะไร?

OpenTabs: Save trees by opening new tabs เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://opentabs.org และคุณลักษณะหลักของมันคือ "Customize your new tab page so you can fight climate change while browsing the web. Save trees by doing what you do every day."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย OpenTabs: Save trees by opening new tabs

ดาวน์โหลดไฟล์ส่วนขยาย OpenTabs: Save trees by opening new tabs ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ OpenTabs: Save trees by opening new tabs OpenTabs: Save trees by opening new tabs
ID igeeighenacaciapkehcacnojlegbnpa
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/opentabs-save-trees-by-op/igeeighenacaciapkehcacnojlegbnpa
คำอธิบาย Customize your new tab page so you can fight climate change while browsing the web. Save trees by doing what you do every day.
ขนาดไฟล์ 1.42 MB
จำนวนการติดตั้ง 30,652
เวอร์ชันปัจจุบัน 2.64.1
อัปเดตครั้งล่าสุด 2023-09-19
วันที่เผยแพร่ 2020-06-17
คะแนน 4.92/5 รวมทั้งหมด 364 คะแนน
ผู้พัฒนา https://opentabs.org
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.opentabs.org/
URL หน้าช่วยเหลือ https://opentabs.contactin.bio/
URL หน้านโยบายความเป็นส่วนตัว https://blog.jointero.org/privacy
ภาษาที่รองรับ 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": []
}