Styled Background

Display home and new tab background with different background images

Vad är Styled Background?

Styled Background är en Chrome-tillägg utvecklad av Nick, och dess huvudfunktion är "Display home and new tab background with different background images".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Styled Background-förlängningens CRX-fil

Ladda ner Styled 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

                        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.                    

Grundläggande Information om Tillägg

Namn Styled Background Styled Background
ID iclgcndcdfheagebpphcnlafpilpefcn
Officiell webbadress https://chromewebstore.google.com/detail/styled-background/iclgcndcdfheagebpphcnlafpilpefcn
Beskrivning Display home and new tab background with different background images
Filstorlek 650 KB
Antal Installationer 11
Aktuell Version 1.0.1
Senast Uppdaterad 2017-05-26
Publiceringsdatum 2017-05-26
Betyg 5.00/5 Totalt 5 Betyg
Utvecklare Nick
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
        ]
    }
}