Yellow Landscape
Change current page background to yellow
Qu'est-ce que Yellow Landscape ?
Yellow Landscape est une extension Chrome développée par dan.belz69, et sa fonction principale est "Change current page background to yellow".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Yellow Landscape
Téléchargez les fichiers d'extension Yellow Landscape 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
Change the standard background to yellow by choosing "Yellow Landscape" from the context menu.
Informations de Base sur l'Extension
Nom | |
ID | jgielablfighaafogapfgpnlieaajbgk |
URL Officiel | https://chrome.google.com/webstore/detail/yellow-landscape/jgielablfighaafogapfgpnlieaajbgk |
Description | Change current page background to yellow |
Taille du Fichier | 5.52 KB |
Nombre d'Installations | 10,000 |
Version Actuelle | 0.1 |
Dernière Mise à Jour | 2014-06-19 |
Date de Publication | 2014-06-19 |
Évaluation | 2.31/5 Total 13 Évaluations |
Développeur | dan.belz69 |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "name": "Yellow Landscape", "description": "Change current page background to yellow", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "permissions": [ "contextMenus", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "version": "0.1", "manifest_version": 2 } |