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"
            ]
        }
    ]
}