Larger texts
With one click on the button the font size on the current page will be increase.
What is Larger texts?
Larger texts is a Chrome extension developed by http://www.prelude-prod.fr, and its main feature is "With one click on the button the font size on the current page will be increase.".
Extension Screenshots
Download Larger texts Extension CRX File
Download Larger texts extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Permet d'augmenter la taille des textes d'une page web d'un simple clic.
Extension Basic Information
Name | |
ID | dbnpmjohkibkjojnlcpeindngonmlfci |
Official URL | 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. |
File Size | 50.73 KB |
Installation Count | 43 |
Current Version | 1.0.0.3 |
Last Updated | 2015-05-31 |
Publish Date | 2015-05-31 |
Rating | 5.00/5 Total 1 Ratings |
Developer | http://www.prelude-prod.fr |
Payment Type | free |
Extension Website | http://www.prelude-prod.fr/2015/05/projet-extension-chrome/ |
Supported Languages | 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" } |