Nature Tab

A custom New Tab with beautiful nature wallpapers and backgrounds to make your day! Beautiful backgrounds with every new tab.

Nature Tabとは何ですか?

Nature Tabはkikorodavlas88によって開発されたChromeの拡張機能で、その主な機能は「A custom New Tab with beautiful nature wallpapers and backgrounds to make your day! Beautiful backgrounds with every new tab.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Nature Tab拡張機能のCRXファイルをダウンロード

Nature Tab拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        By clicking "Add to Chrome", you accept and agree to installing the Nature Tab extension and setting Chrome™ default search to that provided by the service and the Terms of Use and Privacy Policy. The extension will update your search settings and will change your search engine to redirects to Bing.

This incredible new extension for Chrome might help you find calm inside yourself. Everyone needs to take a deep breath and enjoy the quiet once and again to keep sane in this chaotic world. Because of the backgrounds we added, that's how you'll feel every time you open a new tab.

The search bar that appears when you click the Nature Tab is unobtrusive; it blends in with the backdrop with relative ease and does not obscure any portion of it.

Another feature that we love is the weather widget. Carefully designed, nicely positioned, this widget allows you to keep track of weather at any time of the day, for you location. Nature Tab keeps you away from any unpleasant surprises. 

Once you install this extension, you will never again lose track of time. With the clock feature in the top of the screen, none of the daily task will be forgotten.

Learn more about us by visiting our website:
Homepage: https://nature-tab.com/index.html

Do not hesitate to approach us. Follow this link:
Contact page: https://nature-tab.com/index.html#contact                    

拡張機能の基本情報

名前 Nature Tab Nature Tab
ID ocadnkmaoheogbonkbageojfpjcbocej
公式URL https://chromewebstore.google.com/detail/nature-tab/ocadnkmaoheogbonkbageojfpjcbocej
説明 A custom New Tab with beautiful nature wallpapers and backgrounds to make your day! Beautiful backgrounds with every new tab.
ファイルサイズ 253 KB
インストール数 799
現在のバージョン 1.0.1
最終更新日 2023-07-31
公開日 2022-09-17
評価 5.00/5 合計 1 レビュー
開発者 kikorodavlas88
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://nature-tab.com
ヘルプページのURL https://nature-tab.com/#contact
プライバシーポリシーページのURL https://nature-tab.com/privacy-policy.html
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Nature Tab",
    "short_name": "Nature Tab",
    "description": "A custom New Tab with beautiful nature wallpapers and backgrounds to make your day! Beautiful backgrounds with every new tab.",
    "version": "1.0.1",
    "icons": {
        "16": "\/images\/16.png",
        "32": "\/images\/32.png",
        "48": "\/images\/64.png",
        "64": "\/images\/128.png"
    },
    "chrome_url_overrides": {
        "newtab": "html\/new_tab_page.html"
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "host_permissions": [
        "*:\/\/nature-tab.com\/*"
    ],
    "manifest_version": 3,
    "background": {
        "service_worker": "bg.js"
    }
}