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
公式URL 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:\/\/*\/*"
    ]
}