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.”。

扩展截图

screenshot
screenshot

下载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 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
}