Beach Backgrounds and Wallpapers

Beach Backgrounds and Wallpapers

什麼是Beach Backgrounds and Wallpapers?

Beach Backgrounds and Wallpapers是由BKG Products開發的Chrome擴展程式,該擴展的主要功能是“Beach Backgrounds and Wallpapers”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Beach Backgrounds and Wallpapers擴展crx文件

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

擴展使用說明

                        The best backgrounds and themes of beaches in the new tab of your browser.
Click the + INSTALL button in the upper-right corner of this window.
You can change the background image at any time.                    

擴展基本資訊

名稱 Beach Backgrounds and Wallpapers Beach Backgrounds and Wallpapers
ID ohadldmdddapijokigffkjlclkffopdm
官方網址 https://chrome.google.com/webstore/detail/beach-backgrounds-and-wal/ohadldmdddapijokigffkjlclkffopdm
簡介 Beach Backgrounds and Wallpapers
檔案大小 7.45 KB
安裝次數 95
目前版本 1.0.1
更新時間 2017-11-02
上架時間 2017-11-02
評分 5.00/5 共 1 次評分
開發者 BKG Products
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Beach Backgrounds and Wallpapers",
    "description": "Beach Backgrounds and Wallpapers",
    "version": "1.0.1",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "128": "\/icon.png"
    },
    "chrome_url_overrides": {
        "newtab": "redirect.html"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*"
    ]
}