readability links-to-footnotes extension

Turns links into footnotes.

Co to jest readability links-to-footnotes extension?

readability links-to-footnotes extension to rozszerzenie Chrome opracowane przez https://guth.so, a jego główną funkcją jest „Turns links into footnotes.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia readability links-to-footnotes extension

Pobierz pliki rozszerzeń readability links-to-footnotes extension w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Better PDFs, better prints! Readability and footnotes!                    

Podstawowe informacje o rozszerzeniu

Nazwa readability links-to-footnotes extension readability links-to-footnotes extension
ID nmlnlhdhcndialobholpjkkkjhbpnifp
Oficjalny URL https://chromewebstore.google.com/detail/readability-links-to-foot/nmlnlhdhcndialobholpjkkkjhbpnifp
Opis Turns links into footnotes.
Rozmiar pliku 32.27 KB
Liczba instalacji 41
Aktualna Wersja 0.1.0
Ostatnia Aktualizacja 2013-08-29
Data Publikacji 2013-08-29
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper https://guth.so
Typ Płatności free
Obsługiwane Języki 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"
            ]
        }
    ]
}