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
公式URL 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
Eメール [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"
    }
}