Styled Background

Display home and new tab background with different background images

Styled Background là gì?

Styled Background là một tiện ích mở rộng Chrome được phát triển bởi Nick, và tính năng chính của nó là "Display home and new tab background with different background images".

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

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Styled Background

Tải xuống các tệp mở rộng Styled Background 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

                        Styled Background Displays Daily new background images and quotes.
make images favorite and the favorite image will not change on next day.
You can choose any background from images list.                    

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

Tên Styled Background Styled Background
ID iclgcndcdfheagebpphcnlafpilpefcn
URL Chính Thức https://chromewebstore.google.com/detail/styled-background/iclgcndcdfheagebpphcnlafpilpefcn
Mô tả Display home and new tab background with different background images
Kích Thước Tệp 650 KB
Số Lần Cài Đặt 11
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2017-05-26
Ngày Phát Hành 2017-05-26
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển Nick
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Styled Background",
    "description": "Display home and new tab background with different background images",
    "version": "1.0.1",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon128.png",
        "default_popup": "popup.html"
    },
    "incognito": "not_allowed",
    "permissions": [
        "storage"
    ],
    "background": {
        "scripts": [
            "js\/popup.js"
        ]
    }
}