Fashion Background Pictures New Tab

This new tab extension will display fashion pictures in the background.

什麼是Fashion Background Pictures New Tab?

Fashion Background Pictures New Tab是由Fashion New Tab開發的Chrome擴展程式,該擴展的主要功能是“This new tab extension will display fashion pictures in the background.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Fashion Background Pictures New Tab擴展crx文件

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

擴展使用說明

                        Stay up-to-date with the latest fashion trends as our extension treats you to a visual feast of fashion pictures in every new tab you open. Experience joy and beauty with our fashion pictures where each new tab becomes a gallery of trendy and inspiring images.

Please note this extension will change your Chrome New Tab and New Tab search. 
New Tab search results powered by Yahoo.

Here are some important details:
By clicking on the 'Add to Chrome' button and installing this fun “Fashion background pictures new tab”, you agree to install this extension, with our Privacy Policy and our Terms of Service mentioned below.
By installing “Fashion background pictures new tab” you agree to the change of the new tab setting. 
Privacy policy available at: https://fashionnewtab.com/privacy.html
Terms of Service: https://fashionnewtab.com/terms.html

Contact us! We’d love to hear from you: [email protected]
You may remove or disable this extension at any time.                    

擴展基本資訊

名稱 Fashion Background Pictures New Tab Fashion Background Pictures New Tab
ID ecllgdfkamjfebkldhghpfpkheedkldl
官方網址 https://chromewebstore.google.com/detail/fashion-background-pictur/ecllgdfkamjfebkldhghpfpkheedkldl
簡介 This new tab extension will display fashion pictures in the background.
檔案大小 1.43 MB
安裝次數 2,274
目前版本 1.0.5
更新時間 2023-08-14
上架時間 2022-11-20
評分 5.00/5 共 1 次評分
開發者 Fashion New Tab
電子郵箱 [email protected]
付費類型 free
擴展官網 https://fashionnewtab.com
隱私政策頁面URL https://fashionnewtab.com/privacy.html
支援的語言 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "background.js"
    },
    "manifest_version": 3,
    "name": "Fashion Background Pictures New Tab",
    "version": "1.0.5",
    "description": "This new tab extension will display fashion pictures in the background.",
    "permissions": [
        "cookies",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/fashionnewtab.com\/",
        "*:\/\/*.fashionnewtab.com\/"
    ],
    "chrome_url_overrides": {
        "newtab": "FashionTab.html"
    },
    "icons": {
        "16": "fashion.png",
        "48": "fashion.png",
        "128": "fashion.png"
    },
    "action": {
        "default_icon": "fashion.png"
    }
}