Custom CSS
custom.css
Wat is Custom CSS?
Custom CSS is een Chrome-extensie ontwikkeld door ainexg, en de belangrijkste functie is "custom.css".
Extensie Screenshots
Download het CRX-bestand van de extensie Custom CSS
Download Custom 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
让页面中的文字强制使用雅黑字体. 本人纯是为了解决chrome浏览器对未信任插件总是提示问题..绝不添加任何广告及恶意代码.
Basisinformatie over de Extensie
Naam | |
ID | aljndhikifaaceblcdipdehhnkddknno |
Officiële URL | https://chrome.google.com/webstore/detail/custom-css/aljndhikifaaceblcdipdehhnkddknno |
Beschrijving | custom.css |
Bestandsgrootte | 3.31 KB |
Aantal Installaties | 23 |
Huidige Versie | 3.0 |
Laatst Bijgewerkt | 2020-01-22 |
Publicatiedatum | 2020-01-22 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | ainexg |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "css": [ "custom.css" ], "all_frames": true, "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "description": "custom.css", "name": "Custom CSS", "version": "3.0", "manifest_version": 2 } |