Larger texts
With one click on the button the font size on the current page will be increase.
Wat is Larger texts?
Larger texts is een Chrome-extensie ontwikkeld door http://www.prelude-prod.fr, en de belangrijkste functie is "With one click on the button the font size on the current page will be increase.".
Extensie Screenshots
Download het CRX-bestand van de extensie Larger texts
Download Larger texts-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
Permet d'augmenter la taille des textes d'une page web d'un simple clic.
Basisinformatie over de Extensie
Naam | |
ID | dbnpmjohkibkjojnlcpeindngonmlfci |
Officiële URL | https://chrome.google.com/webstore/detail/augmenter-les-textes/dbnpmjohkibkjojnlcpeindngonmlfci |
Beschrijving | With one click on the button the font size on the current page will be increase. |
Bestandsgrootte | 50.73 KB |
Aantal Installaties | 43 |
Huidige Versie | 1.0.0.3 |
Laatst Bijgewerkt | 2015-05-31 |
Publicatiedatum | 2015-05-31 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | http://www.prelude-prod.fr |
Betalingswijze | free |
Extensiewebsite | http://www.prelude-prod.fr/2015/05/projet-extension-chrome/ |
Ondersteunde Talen | en,fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "page": "background.html" }, "browser_action": { "default_icon": "icon.png", "default_title": "__MSG_browsertitle__" }, "default_locale": "fr", "description": "__MSG_description__", "icons": { "128": "icon128.png", "16": "icon16.png", "32": "icon32.png", "48": "icon48.png" }, "manifest_version": 2, "name": "__MSG_name__", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "version": "1.0.0.3" } |