Larger texts

With one click on the button the font size on the current page will be increase.

Apa itu Larger texts?

Larger texts adalah ekstensi Chrome yang dikembangkan oleh http://www.prelude-prod.fr, dan fitur utamanya adalah "With one click on the button the font size on the current page will be increase.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Larger texts

Unduh file ekstensi Larger texts dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Larger texts Larger texts
ID dbnpmjohkibkjojnlcpeindngonmlfci
URL Resmi https://chrome.google.com/webstore/detail/augmenter-les-textes/dbnpmjohkibkjojnlcpeindngonmlfci
Deskripsi With one click on the button the font size on the current page will be increase.
Ukuran File 50.73 KB
Jumlah Instalasi 43
Versi Saat Ini 1.0.0.3
Terakhir Diperbarui 2015-05-31
Tanggal Publikasi 2015-05-31
Penilaian 5.00/5 Total 1 Penilaian
Pengembang http://www.prelude-prod.fr
Tipe Pembayaran free
Situs Ekstensi http://www.prelude-prod.fr/2015/05/projet-extension-chrome/
Bahasa yang Didukung 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"
}