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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
            ]
        }
    ]
}