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.」です。

拡張機能のスクリーンショット

screenshot

Larger texts拡張機能のCRXファイルをダウンロード

Larger texts拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Permet d'augmenter la taille des textes d'une page web d'un simple clic.                    

拡張機能の基本情報

名前 Larger texts Larger texts
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"
}