Font Overwrite
Overwrites fonts of web-sites.
Vad är Font Overwrite?
Font Overwrite är en Chrome-tillägg utvecklad av minostar, och dess huvudfunktion är "Overwrites fonts of web-sites.".
Tilläggsskärmbilder
Ladda ner Font Overwrite-förlängningens CRX-fil
Ladda ner Font Overwrite-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
If you dislike specific font, use this.
(ex. Gulim, Comic Sans) Grundläggande Information om Tillägg
| Namn | |
| ID | efnhmidkajhnpdgfdpfnioiibmdjnkmn |
| Officiell webbadress | https://chromewebstore.google.com/detail/font-overwrite/efnhmidkajhnpdgfdpfnioiibmdjnkmn |
| Beskrivning | Overwrites fonts of web-sites. |
| Filstorlek | 47.6 KB |
| Antal Installationer | 605 |
| Aktuell Version | 0.0.2 |
| Senast Uppdaterad | 2017-10-14 |
| Publiceringsdatum | 2017-10-14 |
| Betyg | 4.33/5 Totalt 27 Betyg |
| Utvecklare | minostar |
| Betalningssätt | free |
| Stödda Språk | 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"
}
} | |