Give me the F-ing PDF
Changes links to PDFs of journal articles to the PDF version (not HTML+PDF version with frames)
Qu'est-ce que Give me the F-ing PDF ?
Give me the F-ing PDF est une extension Chrome développée par vsbuffalo, et sa fonction principale est "Changes links to PDFs of journal articles to the PDF version (not HTML+PDF version with frames)".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Give me the F-ing PDF
Téléchargez les fichiers d'extension Give me the F-ing PDF au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Give me the F-ing PDF |
ID | iekjpaipocoglamgpjoehfdemffdmami |
URL Officiel | 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) |
Taille du Fichier | 32.33 KB |
Nombre d'Installations | 893 |
Version Actuelle | 1.2 |
Dernière Mise à Jour | 2015-05-24 |
Date de Publication | 2015-05-23 |
Évaluation | 4.53/5 Total 15 Évaluations |
Développeur | vsbuffalo |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/vsbuffalo/gmtfPDF |
Langues Prises en Charge | 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" } ] } |