Peace Start Tabs

Peace Start Tabs - Take your browser up a notch

什麼是Peace Start Tabs?

Peace Start Tabs是由bcextscorp開發的Chrome擴展程式,該擴展的主要功能是“Peace Start Tabs - Take your browser up a notch”。

擴展截圖

screenshot
screenshot

下載Peace Start Tabs擴展crx文件

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

擴展使用說明

                        This extension allows will give you a Peace Start Tabs every single day with calming backgrounds. Change your Peace Start Tab image anytime.
 
Additionally, you will be created with the current local time with a warm message.
 
By clicking "Add to chrome" I accept and agree to installing the Peace Start Tabs Chrome extension and setting Chrome™ New Tab to that provided by the service, the Privacy Policy, and Terms of Use.                    

擴展基本資訊

名稱 Peace Start Tabs Peace Start Tabs
ID bjggajfmnhhmdblbdmplajimefcdncdl
官方網址 https://chrome.google.com/webstore/detail/peace-start-tabs/bjggajfmnhhmdblbdmplajimefcdncdl
簡介 Peace Start Tabs - Take your browser up a notch
檔案大小 302 KB
安裝次數 10,000
目前版本 1.0
更新時間 2021-10-26
上架時間 2021-10-26
評分 3.55/5 共 11 次評分
開發者 bcextscorp
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL http://freeextensions.com/privacy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Peace Start Tabs",
    "description": "Peace Start Tabs - Take your browser up a notch ",
    "version": "1.0",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "16": ".\/img\/icons\/peace-symbol.png",
        "48": ".\/img\/icons\/peace-symbol.png",
        "128": ".\/img\/icons\/peace-symbol.png"
    },
    "background": {
        "default_icon": ".\/img\/icons\/peace-symbol.png",
        "scripts": [
            "js\/background.js"
        ]
    },
    "oauth2": {
        "client_id": "KNaB2KjMIRDSOn2D5bBFGjq3BYfVwX07CxnNyaJDYXI",
        "scopes": [
            "",
            "https:\/\/api.unsplash.com\/photos\/?"
        ],
        "content_security_policy": "script-src 'self'  'unsafe-inline' 'unsafe eval'  https:\/\/apis.google.com\/js\/client.js?; object-src 'self'"
    }
}