readability links-to-footnotes extension

Turns links into footnotes.

什么是readability links-to-footnotes extension?

readability links-to-footnotes extension是由https://guth.so开发的Chrome扩展程序,该扩展的主要功能是“Turns links into footnotes.”。

扩展截图

screenshot

下载readability links-to-footnotes extension扩展crx文件

下载readability links-to-footnotes extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Brings back the now missing feature in Readability to turn links into footnotes.

Better PDFs, better prints! Readability and footnotes!                    

扩展基本信息

名称 readability links-to-footnotes extension readability links-to-footnotes extension
ID nmlnlhdhcndialobholpjkkkjhbpnifp
官方URL https://chromewebstore.google.com/detail/readability-links-to-foot/nmlnlhdhcndialobholpjkkkjhbpnifp
简介 Turns links into footnotes.
文件大小 32.27 KB
安装次数 41
当前版本 0.1.0
更新时间 2013-08-29
上架时间 2013-08-29
评分 5.00/5 共1次评分
开发者 https://guth.so
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "readability links-to-footnotes extension",
    "description": "Turns links into footnotes.",
    "version": "0.1.0",
    "author": "Per Guth ",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/readability.com\/articles\/*",
                "https:\/\/readability.com\/articles\/*",
                "http:\/\/www.readability.com\/articles\/*",
                "https:\/\/www.readability.com\/articles\/*"
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "jquery-2.0.3.min.js",
                "script.js"
            ]
        }
    ]
}