Line Wrapper
Enables line wrapping in
tags. Uncheck "Enabled" whenever you want to revert to the default behavior.
Apa itu Line Wrapper?
Line Wrapper adalah ekstensi Chrome yang dikembangkan oleh https://pmarks.net, dan fitur utamanya adalah "Enables line wrapping intags. Uncheck "Enabled" whenever you want to revert to the default behavior.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Line Wrapper
Unduh file ekstensi
Line Wrapper 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
I wrote this extension after getting annoyed by a mailing list that displayed entire paragraphs on a single unreadable line. It injects a bit of CSS to enable line wrapping intags: pre { white-space: pre-wrap; } This takes effect immediately on all active pages. I've published the (very short) source code under the Apache 2.0 license.
Informasi Dasar Ekstensi
Nama | Line Wrapper |
ID | nhljfekjbhmbibnfeehbgfeccakopaod |
URL Resmi | https://chromewebstore.google.com/detail/%3Cpre%3E-line-wrapper/nhljfekjbhmbibnfeehbgfeccakopaod |
Deskripsi | Enables line wrapping in tags. Uncheck "Enabled" whenever you want to revert to the default behavior. |
Ukuran File | 4.98 KB |
Jumlah Instalasi | 68 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2013-02-11 |
Tanggal Publikasi | 2013-02-10 |
Penilaian | 4.00/5 Total 4 Penilaian |
Pengembang | https://pmarks.net |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://code.google.com/p/chromium-pre-wrap/ |
URL Halaman Kebijakan Privasi | https://raw.githubusercontent.com/pmarks-net/ipvfoo/master/misc/privacy_policy.txt |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Line Wrapper", "manifest_version": 2, "version": "1.0", "description": "Enables line wrapping intags. Uncheck \"Enabled\" whenever you want to revert to the default behavior.", "homepage_url": "http:\/\/chromium-pre-wrap.googlecode.com\/", "icons": { "128": "boring-icon.png" }, "content_scripts": [ { "matches": [ " |