Elements of Typographic Stylesheet
Make the web look like a book.
Elements of Typographic Stylesheetとは何ですか?
Elements of Typographic StylesheetはStu Kabakoffによって開発されたChromeの拡張機能で、その主な機能は「Make the web look like a book.」です。
拡張機能のスクリーンショット
Elements of Typographic Stylesheet拡張機能のCRXファイルをダウンロード
Elements of Typographic Stylesheet拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension changes the typographic spacing of every website you visit, enforcing a good line height and maximum width for paragraphs. It makes the web look like print by removing the soft break between paragraphs and replacing it with indents. You can turn it off easily by clicking the E on the right side of the address bar. It will stay off on that website forever.
拡張機能の基本情報
名前 | Elements of Typographic Stylesheet |
ID | ibpdmkhaolabfhfielfcghefaldiankj |
公式URL | https://chromewebstore.google.com/detail/elements-of-typographic-s/ibpdmkhaolabfhfielfcghefaldiankj |
説明 | Make the web look like a book. |
ファイルサイズ | 39.4 KB |
インストール数 | 53 |
現在のバージョン | 1.3.8 |
最終更新日 | 2013-02-09 |
公開日 | 2013-02-08 |
評価 | 5.00/5 合計 5 レビュー |
開発者 | Stu Kabakoff |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "chromeController.js" ] }, "page_action": { "default_icon": "img\/Chrome\/enabled.png", "default_title": "__MSG_tooltip__" }, "content_scripts": [ { "all_frames": true, "js": [ "content.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start", "css": [ "stylesheets\/theelementsoftypographicstylesheet.css" ] } ], "default_locale": "en", "description": "__MSG_extDescription__", "icons": { "512": "Icon-512.png", "128": "Icon-128.png", "64": "Icon-64.png", "48": "Icon-48.png", "32": "Icon-32.png" }, "name": "__MSG_extName__", "permissions": [ "tabs", "http:\/\/*\/", "https:\/\/*\/" ], "version": "1.3.8", "manifest_version": 2 } |