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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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/
عنوان صفحة المساعدة https://opentabs.contactin.bio/
عنوان صفحة سياسة الخصوصية 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": []
}