Font Overwrite
Overwrites fonts of web-sites.
Wat is Font Overwrite?
Font Overwrite is een Chrome-extensie ontwikkeld door minostar, en de belangrijkste functie is "Overwrites fonts of web-sites.".
Extensie Screenshots
Download het CRX-bestand van de extensie Font Overwrite
Download Font Overwrite-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
If you dislike specific font, use this. (ex. Gulim, Comic Sans)
Basisinformatie over de Extensie
Naam | Font Overwrite |
ID | efnhmidkajhnpdgfdpfnioiibmdjnkmn |
Officiële URL | https://chromewebstore.google.com/detail/font-overwrite/efnhmidkajhnpdgfdpfnioiibmdjnkmn |
Beschrijving | Overwrites fonts of web-sites. |
Bestandsgrootte | 47.6 KB |
Aantal Installaties | 605 |
Huidige Versie | 0.0.2 |
Laatst Bijgewerkt | 2017-10-14 |
Publicatiedatum | 2017-10-14 |
Beoordeling | 4.33/5 Totaal 27 Beoordelingen |
Ontwikkelaar | minostar |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Font Overwrite", "description": "Overwrites fonts of web-sites.", "version": "0.0.2", "permissions": [ "storage" ], "options_page": "options.html", "browser_action": { "default_popup": "options.html" }, "content_scripts": [ { "exclude_globs": [], "include_globs": [ "*" ], "js": [ "jquery-3.2.1.min.js", "content.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/\/*\/*" ], "run_at": "document_start", "all_frames": true } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |