Give me the F-ing PDF
Changes links to PDFs of journal articles to the PDF version (not HTML+PDF version with frames)
What is Give me the F-ing PDF?
Give me the F-ing PDF is a Chrome extension developed by vsbuffalo, and its main feature is "Changes links to PDFs of journal articles to the PDF version (not HTML+PDF version with frames)".
Extension Screenshots
Download Give me the F-ing PDF Extension CRX File
Download Give me the F-ing PDF extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Give me the F-ing PDF |
ID | iekjpaipocoglamgpjoehfdemffdmami |
Official URL | https://chromewebstore.google.com/detail/give-me-the-f-ing-pdf/iekjpaipocoglamgpjoehfdemffdmami |
Description | Changes links to PDFs of journal articles to the PDF version (not HTML+PDF version with frames) |
File Size | 32.33 KB |
Installation Count | 893 |
Current Version | 1.2 |
Last Updated | 2015-05-24 |
Publish Date | 2015-05-23 |
Rating | 4.53/5 Total 15 Ratings |
Developer | vsbuffalo |
Payment Type | free |
Extension Website | https://github.com/vsbuffalo/gmtfPDF |
Supported Languages | 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" } ] } |