45to75

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

什麼是45to75?

45to75是由abbwebdev開發的Chrome擴展程式,該擴展的主要功能是“Character counter for helping to optimize line length (measure) between 45 and 75 characters.”。

擴展截圖

screenshot

下載45to75擴展crx文件

下載45to75擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
            ]
        }
    ]
}