readability links-to-footnotes extension

Turns links into footnotes.

Was ist readability links-to-footnotes extension?

readability links-to-footnotes extension ist eine Chrome-Erweiterung, die von https://guth.so entwickelt wurde, und ihr Hauptmerkmal ist "Turns links into footnotes.".

Erweiterungsscreenshots

screenshot

readability links-to-footnotes extension-Erweiterungs-CRX-Datei herunterladen

Laden Sie readability links-to-footnotes extension-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Better PDFs, better prints! Readability and footnotes!                    

Grundlegende Informationen zur Erweiterung

Name readability links-to-footnotes extension readability links-to-footnotes extension
ID nmlnlhdhcndialobholpjkkkjhbpnifp
Offizielle URL https://chromewebstore.google.com/detail/readability-links-to-foot/nmlnlhdhcndialobholpjkkkjhbpnifp
Beschreibung Turns links into footnotes.
Dateigröße 32.27 KB
Installationsanzahl 41
Aktuelle Version 0.1.0
Letztes Update 2013-08-29
Veröffentlichungsdatum 2013-08-29
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler https://guth.so
Zahlungsart free
Unterstützte Sprachen 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"
            ]
        }
    ]
}