65 chars

Makes pages better for reading. Forces all text lines to break after 65 characters. Simple as that.

Cos'è 65 chars?

65 chars è un'estensione di Chrome sviluppata da https://sablatura.info, e la sua funzione principale è "Makes pages better for reading. Forces all text lines to break after 65 characters. Simple as that.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione 65 chars

Scarica i file di estensione 65 chars in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Tired of flexible webpages where text lines are very hard to read on bigger screens because they are way too long? There is a solution. Line break after every 65 characters. Try it.                    

Informazioni di Base sull'Estensione

Nome 65 chars 65 chars
ID okenlfddleodmdoelagcdejnpnhpplbd
URL Ufficiale https://chromewebstore.google.com/detail/65-chars/okenlfddleodmdoelagcdejnpnhpplbd
Descrizione Makes pages better for reading. Forces all text lines to break after 65 characters. Simple as that.
Dimensione del File 6.96 KB
Conteggio Installazioni 30
Versione Corrente 1.1
Ultimo Aggiornamento 2015-06-16
Data di Pubblicazione 2015-06-15
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore https://sablatura.info
Email [email protected]
Tipo di Pagamento free
URL della Pagina di Aiuto http://sablatura.info/
Lingue Supportate en,sk,cs
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.1",
    "manifest_version": 2,
    "offline_enabled": true,
    "author": "Jan \u0160ablatura",
    "icons": {
        "128": "icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "style.css"
            ]
        }
    ]
}