Larger texts
With one click on the button the font size on the current page will be increase.
什么是Larger texts?
Larger texts是由http://www.prelude-prod.fr开发的Chrome扩展程序,该扩展的主要功能是“With one click on the button the font size on the current page will be increase.”。
扩展截图
下载Larger texts扩展crx文件
下载Larger texts扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Permet d'augmenter la taille des textes d'une page web d'un simple clic.
扩展基本信息
名称 | |
ID | dbnpmjohkibkjojnlcpeindngonmlfci |
官方URL | https://chrome.google.com/webstore/detail/augmenter-les-textes/dbnpmjohkibkjojnlcpeindngonmlfci |
简介 | With one click on the button the font size on the current page will be increase. |
文件大小 | 50.73 KB |
安装次数 | 43 |
当前版本 | 1.0.0.3 |
更新时间 | 2015-05-31 |
上架时间 | 2015-05-31 |
评分 | 5.00/5 共1次评分 |
开发者 | http://www.prelude-prod.fr |
付费类型 | free |
扩展官网 | http://www.prelude-prod.fr/2015/05/projet-extension-chrome/ |
支持的语言 | 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" } |