Give me the F-ing PDF
Changes links to PDFs of journal articles to the PDF version (not HTML+PDF version with frames)
Wat is Give me the F-ing PDF?
Give me the F-ing PDF is een Chrome-extensie ontwikkeld door vsbuffalo, en de belangrijkste functie is "Changes links to PDFs of journal articles to the PDF version (not HTML+PDF version with frames)".
Extensie Screenshots
Download het CRX-bestand van de extensie Give me the F-ing PDF
Download Give me the F-ing PDF-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Give me the F-ing PDF |
ID | iekjpaipocoglamgpjoehfdemffdmami |
Officiële URL | https://chromewebstore.google.com/detail/give-me-the-f-ing-pdf/iekjpaipocoglamgpjoehfdemffdmami |
Beschrijving | Changes links to PDFs of journal articles to the PDF version (not HTML+PDF version with frames) |
Bestandsgrootte | 32.33 KB |
Aantal Installaties | 893 |
Huidige Versie | 1.2 |
Laatst Bijgewerkt | 2015-05-24 |
Publicatiedatum | 2015-05-23 |
Beoordeling | 4.53/5 Totaal 15 Beoordelingen |
Ontwikkelaar | vsbuffalo |
Betalingswijze | free |
Extensiewebsite | https://github.com/vsbuffalo/gmtfPDF |
Ondersteunde Talen | 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" } ] } |