NewTabNature

🔥 Replace usual new tab page with personal amazing new tab page. A new tab page that gives you a moment of calm and inspires you…

什麼是NewTabNature?

NewTabNature是由as simple as robot開發的Chrome擴展程式,該擴展的主要功能是“🔥 Replace usual new tab page with personal amazing new tab page. A new tab page that gives you a moment of calm and inspires you…”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載NewTabNature擴展crx文件

下載NewTabNature擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        🔥 Replace usual new tab page with personal amazing new tab page.

A new tab page that gives you a moment of calm and inspires you to be more productive. Get inspired by daily photographs. Join our users and get inspired to create the life you want to live.                    

擴展基本資訊

名稱 NewTabNature NewTabNature
ID kcffomcfaggjpopccghipgedpiciecbl
官方網址 https://chrome.google.com/webstore/detail/newtabnature/kcffomcfaggjpopccghipgedpiciecbl
簡介 🔥 Replace usual new tab page with personal amazing new tab page. A new tab page that gives you a moment of calm and inspires you…
檔案大小 5.07 MB
安裝次數 306
目前版本 0.1.4
更新時間 2021-07-18
上架時間 2021-05-26
開發者 as simple as robot
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://extilywa.online/privacy.html
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "NewTabNature",
    "version": "0.1.4",
    "permissions": [
        "storage",
        "tabs",
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content-min.js"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "scripts": [
            "js\/replaceNewTab.js",
            "background-min.js"
        ]
    },
    "chrome_url_overrides": {
        "newtab": "newTab.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/keyond-gosensity.icu https:\/\/*.facebook.net https:\/\/*.facebook.com https:\/\/www.googletagmanager.com https:\/\/www.googleadservices.com https:\/\/googleads.g.doubleclick.net; object-src 'self';",
    "manifest_version": 2
}