Larger texts
With one click on the button the font size on the current page will be increase.
Qu'est-ce que Larger texts ?
Larger texts est une extension Chrome développée par http://www.prelude-prod.fr, et sa fonction principale est "With one click on the button the font size on the current page will be increase.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Larger texts
Téléchargez les fichiers d'extension Larger texts au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Permet d'augmenter la taille des textes d'une page web d'un simple clic.
Informations de Base sur l'Extension
Nom | |
ID | dbnpmjohkibkjojnlcpeindngonmlfci |
URL Officiel | https://chrome.google.com/webstore/detail/augmenter-les-textes/dbnpmjohkibkjojnlcpeindngonmlfci |
Description | With one click on the button the font size on the current page will be increase. |
Taille du Fichier | 50.73 KB |
Nombre d'Installations | 43 |
Version Actuelle | 1.0.0.3 |
Dernière Mise à Jour | 2015-05-31 |
Date de Publication | 2015-05-31 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | http://www.prelude-prod.fr |
Type de Paiement | free |
Site Web de l'Extension | http://www.prelude-prod.fr/2015/05/projet-extension-chrome/ |
Langues Prises en Charge | 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" } |