Give me the F-ing PDF
Changes links to PDFs of journal articles to the PDF version (not HTML+PDF version with frames)
Was ist Give me the F-ing PDF?
Give me the F-ing PDF ist eine Chrome-Erweiterung, die von vsbuffalo entwickelt wurde, und ihr Hauptmerkmal ist "Changes links to PDFs of journal articles to the PDF version (not HTML+PDF version with frames)".
Erweiterungsscreenshots
Give me the F-ing PDF-Erweiterungs-CRX-Datei herunterladen
Laden Sie Give me the F-ing PDF-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | iekjpaipocoglamgpjoehfdemffdmami |
| Offizielle URL | https://chromewebstore.google.com/detail/give-me-the-f-ing-pdf/iekjpaipocoglamgpjoehfdemffdmami |
| Beschreibung | Changes links to PDFs of journal articles to the PDF version (not HTML+PDF version with frames) |
| Dateigröße | 32.33 KB |
| Installationsanzahl | 893 |
| Aktuelle Version | 1.2 |
| Letztes Update | 2015-05-24 |
| Veröffentlichungsdatum | 2015-05-23 |
| Bewertung | 4.53/5 Insgesamt 15 Bewertungen |
| Entwickler | vsbuffalo |
| Zahlungsart | free |
| Erweiterungswebsite | https://github.com/vsbuffalo/gmtfPDF |
| Unterstützte Sprachen | 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"
}
]
} | |