Stylo
Allows you to apply and persist custom CSS to any web page.
Qu'est-ce que Stylo ?
Stylo est une extension Chrome développée par Andrew Hook, et sa fonction principale est "Allows you to apply and persist custom CSS to any web page.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Stylo
Téléchargez les fichiers d'extension Stylo 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
Allows you to apply and persist custom CSS to any web page.
Informations de Base sur l'Extension
Nom | Stylo |
ID | fpoplbeolegkjepcmgakknapmpdpcimb |
URL Officiel | https://chromewebstore.google.com/detail/stylo/fpoplbeolegkjepcmgakknapmpdpcimb |
Description | Allows you to apply and persist custom CSS to any web page. |
Taille du Fichier | 15.49 KB |
Nombre d'Installations | 20 |
Version Actuelle | 2.0 |
Dernière Mise à Jour | 2019-05-10 |
Date de Publication | 2019-05-10 |
Développeur | Andrew Hook |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Stylo", "version": "2.0", "description": "Allows you to apply and persist custom CSS to any web page.", "manifest_version": 2, "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png" } }, "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png" }, "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/*" ], "css": [ "gmail.css" ] } ], "content_security_policy": "script-src 'self' https:\/\/mail.google.com\/*; object-src 'self'" } |