readability links-to-footnotes extension

Turns links into footnotes.

readability links-to-footnotes extension là gì?

readability links-to-footnotes extension là một tiện ích mở rộng Chrome được phát triển bởi https://guth.so, và tính năng chính của nó là "Turns links into footnotes.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng readability links-to-footnotes extension

Tải xuống các tệp mở rộng readability links-to-footnotes extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Better PDFs, better prints! Readability and footnotes!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên readability links-to-footnotes extension readability links-to-footnotes extension
ID nmlnlhdhcndialobholpjkkkjhbpnifp
URL Chính Thức https://chromewebstore.google.com/detail/readability-links-to-foot/nmlnlhdhcndialobholpjkkkjhbpnifp
Mô tả Turns links into footnotes.
Kích Thước Tệp 32.27 KB
Số Lần Cài Đặt 41
Phiên Bản Hiện Tại 0.1.0
Cập Nhật Lần Cuối 2013-08-29
Ngày Phát Hành 2013-08-29
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://guth.so
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}