45to75

Character counter for helping to optimize line length (measure) between 45 and 75 characters.

Apa itu 45to75?

45to75 adalah ekstensi Chrome yang dikembangkan oleh abbwebdev, dan fitur utamanya adalah "Character counter for helping to optimize line length (measure) between 45 and 75 characters.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi 45to75

Unduh file ekstensi 45to75 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

                        Helps designers and developers ensure that text line lengths (measure) meet their standards.

Each font and layout is unique, so it's up to the author to decide what measure works for their current situation, however a good "rule of thumb" is to keep the measure between 45 and 75 characters.

This will ensure your text stays readable across the various situations in which it could be read.

Highlight some text, right click, and view the character count right in the tooltip.                    

Informasi Dasar Ekstensi

Nama 45to75 45to75
ID efmppndinjbljeellfdkpghgblenbcdd
URL Resmi https://chromewebstore.google.com/detail/45to75/efmppndinjbljeellfdkpghgblenbcdd
Deskripsi Character counter for helping to optimize line length (measure) between 45 and 75 characters.
Ukuran File 5.22 KB
Jumlah Instalasi 1,940
Versi Saat Ini 0.0.3
Terakhir Diperbarui 2014-08-22
Tanggal Publikasi 2014-08-22
Penilaian 4.67/5 Total 6 Penilaian
Pengembang abbwebdev
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.0.3",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "scripts\/content_script.js"
            ]
        }
    ]
}