readability links-to-footnotes extension

Turns links into footnotes.

Wat is readability links-to-footnotes extension?

readability links-to-footnotes extension is een Chrome-extensie ontwikkeld door https://guth.so, en de belangrijkste functie is "Turns links into footnotes.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie readability links-to-footnotes extension

Download readability links-to-footnotes extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Better PDFs, better prints! Readability and footnotes!                    

Basisinformatie over de Extensie

Naam readability links-to-footnotes extension readability links-to-footnotes extension
ID nmlnlhdhcndialobholpjkkkjhbpnifp
Officiële URL https://chromewebstore.google.com/detail/readability-links-to-foot/nmlnlhdhcndialobholpjkkkjhbpnifp
Beschrijving Turns links into footnotes.
Bestandsgrootte 32.27 KB
Aantal Installaties 41
Huidige Versie 0.1.0
Laatst Bijgewerkt 2013-08-29
Publicatiedatum 2013-08-29
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://guth.so
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}