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 vsbuffalo द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Changes links to PDFs of journal articles to the PDF version (not HTML+PDF version with frames)"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Give me the F-ing PDF एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" } ] } |