Styled Background
Display home and new tab background with different background images
Qu'est-ce que Styled Background ?
Styled Background est une extension Chrome développée par Nick, et sa fonction principale est "Display home and new tab background with different background images".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Styled Background
Téléchargez les fichiers d'extension Styled Background au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Styled Background |
ID | iclgcndcdfheagebpphcnlafpilpefcn |
URL Officiel | https://chromewebstore.google.com/detail/styled-background/iclgcndcdfheagebpphcnlafpilpefcn |
Description | Display home and new tab background with different background images |
Taille du Fichier | 650 KB |
Nombre d'Installations | 11 |
Version Actuelle | 1.0.1 |
Dernière Mise à Jour | 2017-05-26 |
Date de Publication | 2017-05-26 |
Évaluation | 5.00/5 Total 5 Évaluations |
Développeur | Nick |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } } |