Beach Backgrounds and Wallpapers

Beach Backgrounds and Wallpapers

Beach Backgrounds and Wallpapers là gì?

Beach Backgrounds and Wallpapers là một tiện ích mở rộng Chrome được phát triển bởi BKG Products, và tính năng chính của nó là "Beach Backgrounds and Wallpapers".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Beach Backgrounds and Wallpapers

Tải xuống các tệp mở rộng Beach Backgrounds and Wallpapers dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Beach Backgrounds and Wallpapers Beach Backgrounds and Wallpapers
ID ohadldmdddapijokigffkjlclkffopdm
URL Chính Thức https://chrome.google.com/webstore/detail/beach-backgrounds-and-wal/ohadldmdddapijokigffkjlclkffopdm
Mô tả Beach Backgrounds and Wallpapers
Kích Thước Tệp 7.45 KB
Số Lần Cài Đặt 95
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2017-11-02
Ngày Phát Hành 2017-11-02
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển BKG Products
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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:\/\/*\/*"
    ]
}