FixIEEEPDF

Remove frame/banner above IEEEXplore PDF files

ما هو FixIEEEPDF؟

FixIEEEPDF هو إضافة Chrome تم تطويرها بواسطة stevenmblair، والميزة الرئيسية لها هي "Remove frame/banner above IEEEXplore PDF files".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة FixIEEEPDF

قم بتنزيل ملفات الامتداد FixIEEEPDF بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Removes the frame/banner above IEEEXplore PDF files. This makes better use of the vertical screen space, and allows the PDF to be saved when using the Chrome PDF viewer.                    

معلومات أساسية عن التمديد

الاسم FixIEEEPDF FixIEEEPDF
ID gigbombkfogfombmlobjchidodimgiam
عنوان URL الرسمي https://chromewebstore.google.com/detail/fixieeepdf/gigbombkfogfombmlobjchidodimgiam
الوصف Remove frame/banner above IEEEXplore PDF files
حجم الملف 3.43 KB
عدد التثبيتات 54
النسخة الحالية 1.1
آخر تحديث 2017-09-28
تاريخ النشر 2017-09-28
تقييم 5.00/5 مجموع تقييمات 3
المطور stevenmblair
نوع الدفع free
موقع الإضافة https://github.com/stevenblair/ieeepdf
اللغات المدعومة en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FixIEEEPDF",
    "version": "1.1",
    "manifest_version": 2,
    "description": "Remove frame\/banner above IEEEXplore PDF files",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/ieeexplore.ieee.org\/*"
            ],
            "js": [
                "FixIEEEPDF.js"
            ]
        }
    ],
    "permissions": [
        "http:\/\/ieeexplore.ieee.org\/"
    ]
}