readability links-to-footnotes extension

Turns links into footnotes.

readability links-to-footnotes extensionคืออะไร?

readability links-to-footnotes extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://guth.so และคุณลักษณะหลักของมันคือ "Turns links into footnotes."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย readability links-to-footnotes extension

ดาวน์โหลดไฟล์ส่วนขยาย 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"
            ]
        }
    ]
}