Customize CSS
Change your favourite websites design instantly by using Chrome's Customize CSS extension.
Wat is Customize CSS?
Customize CSS is een Chrome-extensie ontwikkeld door Yasser R Shaikh, en de belangrijkste functie is "Change your favourite websites design instantly by using Chrome's Customize CSS extension.".
Extensie Screenshots
Download het CRX-bestand van de extensie Customize CSS
Download Customize CSS-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Lets your customize look and feel of any site, and remembers it. Simply override the css of the existing website and this plugin will remember it.
Basisinformatie over de Extensie
Naam | Customize CSS |
ID | iiigcmcpofchighahjijinjnajfnnidd |
Officiële URL | https://chromewebstore.google.com/detail/customize-css/iiigcmcpofchighahjijinjnajfnnidd |
Beschrijving | Change your favourite websites design instantly by using Chrome's Customize CSS extension. |
Bestandsgrootte | 228 KB |
Aantal Installaties | 86 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2019-08-29 |
Publicatiedatum | 2019-08-24 |
Ontwikkelaar | Yasser R Shaikh |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "browser_action": { "default_icon": "icons\/logo.png", "default_popup": "popup.html", "default_title": "Customize CSS" }, "description": "Change your favourite websites design instantly by using Chrome's Customize CSS extension.", "manifest_version": 2, "name": "Customize CSS", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "contentscript.js" ] } ], "permissions": [ "storage", "activeTab", "http:\/\/*\/*", "https:\/\/*\/*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0" } |