Google Page Cumstom Background

Replacing boring default background to random hi-def images

Vad är Google Page Cumstom Background?

Google Page Cumstom Background är en Chrome-tillägg utvecklad av ysl.stefan, och dess huvudfunktion är "Replacing boring default background to random hi-def images".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Google Page Cumstom Background-förlängningens CRX-fil

Ladda ner Google Page Cumstom Background-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Google Page Cumstom Background Google Page Cumstom Background
ID ilcilmjmcicbgomhddjlgmmajjmekobn
Officiell webbadress https://chromewebstore.google.com/detail/google-page-cumstom-backg/ilcilmjmcicbgomhddjlgmmajjmekobn
Beskrivning Replacing boring default background to random hi-def images
Filstorlek 5.39 KB
Antal Installationer 25
Aktuell Version 0.0.1
Senast Uppdaterad 2017-08-25
Publiceringsdatum 2017-08-25
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare ysl.stefan
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}