Larger texts
With one click on the button the font size on the current page will be increase.
Cos'è Larger texts?
Larger texts è un'estensione di Chrome sviluppata da http://www.prelude-prod.fr, e la sua funzione principale è "With one click on the button the font size on the current page will be increase.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Larger texts
Scarica i file di estensione Larger texts in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Permet d'augmenter la taille des textes d'une page web d'un simple clic.
Informazioni di Base sull'Estensione
Nome | |
ID | dbnpmjohkibkjojnlcpeindngonmlfci |
URL Ufficiale | https://chrome.google.com/webstore/detail/augmenter-les-textes/dbnpmjohkibkjojnlcpeindngonmlfci |
Descrizione | With one click on the button the font size on the current page will be increase. |
Dimensione del File | 50.73 KB |
Conteggio Installazioni | 43 |
Versione Corrente | 1.0.0.3 |
Ultimo Aggiornamento | 2015-05-31 |
Data di Pubblicazione | 2015-05-31 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | http://www.prelude-prod.fr |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://www.prelude-prod.fr/2015/05/projet-extension-chrome/ |
Lingue Supportate | 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" } |