Give me the F-ing PDF
Changes links to PDFs of journal articles to the PDF version (not HTML+PDF version with frames)
ما هو Give me the F-ing PDF؟
Give me the F-ing PDF هو إضافة Chrome تم تطويرها بواسطة vsbuffalo، والميزة الرئيسية لها هي "Changes links to PDFs of journal articles to the PDF version (not HTML+PDF version with frames)".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Give me the F-ing PDF
قم بتنزيل ملفات الامتداد Give me the F-ing PDF بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Countless journal sites have adopted the same terrible web design, requiring an extra click to get a PDF of an article. Nobody has time for that. This is a simple fix: a Google Chrome Extension that modifies the links to the PDFs such that they won't open up with frames.
معلومات أساسية عن التمديد
الاسم | Give me the F-ing PDF |
ID | iekjpaipocoglamgpjoehfdemffdmami |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/give-me-the-f-ing-pdf/iekjpaipocoglamgpjoehfdemffdmami |
الوصف | Changes links to PDFs of journal articles to the PDF version (not HTML+PDF version with frames) |
حجم الملف | 32.33 KB |
عدد التثبيتات | 893 |
النسخة الحالية | 1.2 |
آخر تحديث | 2015-05-24 |
تاريخ النشر | 2015-05-23 |
تقييم | 4.53/5 مجموع تقييمات 15 |
المطور | vsbuffalo |
نوع الدفع | free |
موقع الإضافة | https://github.com/vsbuffalo/gmtfPDF |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Give me the F-ing PDF", "author": "Vince Buffalo", "description": "Changes links to PDFs of journal articles to the PDF version (not HTML+PDF version with frames)", "manifest_version": 2, "version": "1.2", "permissions": [ "http:\/\/*\/*" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*" ], "js": [ "jquery-2.1.1.min.js", "gmtfpdf.js" ], "run_at": "document_end" } ] } |