Paris Background Pictures New Tab

This new tab extension will show pictures of Paris city in the background.

什麼是Paris Background Pictures New Tab?

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

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

擴展使用說明

                        This extension offers a delightful visual experience by displaying captivating pictures of the city of Paris on every new tab. Users can immerse themselves in the charm of Parisian landmarks like the Eiffel Tower, Louvre Museum, and Notre-Dame Cathedral with each new browsing session. Whether planning a trip or simply seeking inspiration, this extension brings a touch of Parisian beauty to the user's digital environment.

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 selecting the 'Add to Chrome' button and installing this beautiful 'Paris background pictures New Tab' you are consenting to the installation of this extension, along with our Privacy Policy and Terms of Service stated below. 
By installing the 'Paris background pictures New Tab,' you are agreeing to the modification of the new tab settings. 
You have the option to remove or disable this extension whenever you wish. 
Privacy policy available at: https://parispicturesnewtab.com/privacy.html
Terms of Service: https://parispicturesnewtab.com/terms.html

Feel free to contact us at [email protected]. We would be delighted to assist you!                    

擴展基本資訊

名稱 Paris Background Pictures New Tab Paris Background Pictures New Tab
ID kapfccbbiifcmliofddlhncmlegicabn
官方網址 https://chromewebstore.google.com/detail/paris-background-pictures/kapfccbbiifcmliofddlhncmlegicabn
簡介 This new tab extension will show pictures of Paris city in the background.
檔案大小 10.61 MB
安裝次數 2,032
目前版本 1.0.3
更新時間 2023-10-12
上架時間 2023-07-19
評分 4.00/5 共 1 次評分
開發者 parispicturesnewtab
電子郵箱 [email protected]
付費類型 free
擴展官網 https://parispicturesnewtab.com
隱私政策頁面URL https://parispicturesnewtab.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": "Paris Background Pictures New Tab",
    "version": "1.0.3",
    "description": "This new tab extension will show pictures of Paris city in the background.",
    "permissions": [
        "cookies",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/parispicturesnewtab.com\/",
        "*:\/\/*.parispicturesnewtab.com\/"
    ],
    "chrome_url_overrides": {
        "newtab": "ParisTab.html"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "action": {
        "default_icon": "icon.png"
    }
}