45to75

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

45to75 क्या है?

45to75 abbwebdev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Character counter for helping to optimize line length (measure) between 45 and 75 characters."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में 45to75 एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम 45to75 45to75
ID efmppndinjbljeellfdkpghgblenbcdd
आधिकारिक URL https://chromewebstore.google.com/detail/45to75/efmppndinjbljeellfdkpghgblenbcdd
विवरण Character counter for helping to optimize line length (measure) between 45 and 75 characters.
फ़ाइल का आकार 5.22 KB
स्थापना संख्या 1,940
वर्तमान संस्करण 0.0.3
अंतिम अपडेट 2014-08-22
प्रकाशन तिथि 2014-08-22
रेटिंग 4.67/5 कुल 6 रेटिंग्स
डेवलपर abbwebdev
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
            ]
        }
    ]
}