Larger texts
With one click on the button the font size on the current page will be increase.
Vad är Larger texts?
Larger texts är en Chrome-tillägg utvecklad av http://www.prelude-prod.fr, och dess huvudfunktion är "With one click on the button the font size on the current page will be increase.".
Tilläggsskärmbilder
Ladda ner Larger texts-förlängningens CRX-fil
Ladda ner Larger texts-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Permet d'augmenter la taille des textes d'une page web d'un simple clic.
Grundläggande Information om Tillägg
Namn | |
ID | dbnpmjohkibkjojnlcpeindngonmlfci |
Officiell webbadress | https://chrome.google.com/webstore/detail/augmenter-les-textes/dbnpmjohkibkjojnlcpeindngonmlfci |
Beskrivning | With one click on the button the font size on the current page will be increase. |
Filstorlek | 50.73 KB |
Antal Installationer | 43 |
Aktuell Version | 1.0.0.3 |
Senast Uppdaterad | 2015-05-31 |
Publiceringsdatum | 2015-05-31 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | http://www.prelude-prod.fr |
Betalningssätt | free |
Tilläggswebbplats | http://www.prelude-prod.fr/2015/05/projet-extension-chrome/ |
Stödda Språk | 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" } |