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.」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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" ] } ] } |