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은(는) https://opentabs.org에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "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

OpenTabs: Save trees by opening new tabs 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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/
도움말 페이지 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": []
}