Give me the F-ing PDF
Changes links to PDFs of journal articles to the PDF version (not HTML+PDF version with frames)
Hvad er Give me the F-ing PDF?
Give me the F-ing PDF er en Chrome-udvidelse udviklet af vsbuffalo, og dens hovedfunktion er "Changes links to PDFs of journal articles to the PDF version (not HTML+PDF version with frames)".
Udvidelsesskærmbilleder
Download Give me the F-ing PDF-udvidelses-CRX-fil
Download Give me the F-ing PDF-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | iekjpaipocoglamgpjoehfdemffdmami |
| Officiel URL | https://chromewebstore.google.com/detail/give-me-the-f-ing-pdf/iekjpaipocoglamgpjoehfdemffdmami |
| Beskrivelse | Changes links to PDFs of journal articles to the PDF version (not HTML+PDF version with frames) |
| Filstørrelse | 32.33 KB |
| Antal Installationer | 893 |
| Nuværende Version | 1.2 |
| Senest Opdateret | 2015-05-24 |
| Udgivelsesdato | 2015-05-23 |
| Bedømmelse | 4.53/5 Samlet 15 Bedømmelser |
| Udvikler | vsbuffalo |
| Betalingsmetode | free |
| Udvidelseswebsted | https://github.com/vsbuffalo/gmtfPDF |
| Understøttede Sprog | 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"
}
]
} | |