Font Size
Font Size & Zoom
Wat is Font Size?
Font Size is een Chrome-extensie ontwikkeld door Kunihiro Ando, en de belangrijkste functie is "Font Size & Zoom".
Extensie Screenshots
Download het CRX-bestand van de extensie Font Size
Download Font Size-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
Basisinformatie over de Extensie
Naam | Font Size |
ID | hljghmclpohmbfjphfcjbhbacbdfglpl |
Officiële URL | https://chromewebstore.google.com/detail/font-size/hljghmclpohmbfjphfcjbhbacbdfglpl |
Beschrijving | Font Size & Zoom |
Bestandsgrootte | 19.07 KB |
Aantal Installaties | 484 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2015-07-20 |
Publicatiedatum | 2015-07-20 |
Beoordeling | 3.91/5 Totaal 11 Beoordelingen |
Ontwikkelaar | Kunihiro Ando |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Font Size", "description": "Font Size & Zoom", "background": { "scripts": [ "js\/background.js" ], "persistent": true }, "browser_action": { "default_icon": "img\/icon19.png", "default_title": "Font Size", "default_popup": "search.html" }, "icons": { "16": "img\/icon16.png", "32": "img\/icon32.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "permissions": [ "tabs", "unlimitedStorage", "fontSettings" ], "version": "1.0" } |