Google Page Cumstom Background

Replacing boring default background to random hi-def images

什麼是Google Page Cumstom Background?

Google Page Cumstom Background是由ysl.stefan開發的Chrome擴展程式,該擴展的主要功能是“Replacing boring default background to random hi-def images”。

擴展截圖

screenshot
screenshot
screenshot

下載Google Page Cumstom Background擴展crx文件

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

擴展使用說明

                        This is a Google Chrome Extension that will replace blank default background with a random high-definition images downloaded from Unsplash.

You can also view the image along (hiding search bar, navigation bar, ..etc) by double clicking Shift Key to toggle Google components.                    

擴展基本資訊

名稱 Google Page Cumstom Background Google Page Cumstom Background
ID ilcilmjmcicbgomhddjlgmmajjmekobn
官方網址 https://chromewebstore.google.com/detail/google-page-cumstom-backg/ilcilmjmcicbgomhddjlgmmajjmekobn
簡介 Replacing boring default background to random hi-def images
檔案大小 5.39 KB
安裝次數 25
目前版本 0.0.1
更新時間 2017-08-25
上架時間 2017-08-25
評分 5.00/5 共 1 次評分
開發者 ysl.stefan
電子郵箱 [email protected]
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Google Page Cumstom Background",
    "description": "Replacing boring default background to random hi-def images",
    "version": "0.0.1",
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.google.com\/",
                "http:\/\/www.google.com\/"
            ],
            "css": [
                "bg.css"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "page_action": {
        "default_title": "Custom Google background"
    }
}