Google Page Cumstom Background

Replacing boring default background to random hi-def images

Apa itu Google Page Cumstom Background?

Google Page Cumstom Background adalah ekstensi Chrome yang dikembangkan oleh ysl.stefan, dan fitur utamanya adalah "Replacing boring default background to random hi-def images".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Google Page Cumstom Background

Unduh file ekstensi Google Page Cumstom Background dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Google Page Cumstom Background Google Page Cumstom Background
ID ilcilmjmcicbgomhddjlgmmajjmekobn
URL Resmi https://chromewebstore.google.com/detail/google-page-cumstom-backg/ilcilmjmcicbgomhddjlgmmajjmekobn
Deskripsi Replacing boring default background to random hi-def images
Ukuran File 5.39 KB
Jumlah Instalasi 25
Versi Saat Ini 0.0.1
Terakhir Diperbarui 2017-08-25
Tanggal Publikasi 2017-08-25
Penilaian 5.00/5 Total 1 Penilaian
Pengembang ysl.stefan
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}