Give me the F-ing PDF

Changes links to PDFs of journal articles to the PDF version (not HTML+PDF version with frames)

Τι είναι το Give me the F-ing PDF;

Το Give me the F-ing PDF είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον vsbuffalo, και η κύρια λειτουργία του είναι "Changes links to PDFs of journal articles to the PDF version (not HTML+PDF version with frames)".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Give me the F-ing PDF

Λήψη αρχείων επέκτασης Give me the F-ing PDF σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Give me the F-ing PDF Give me the F-ing PDF
ID iekjpaipocoglamgpjoehfdemffdmami
Επίσημο URL https://chromewebstore.google.com/detail/give-me-the-f-ing-pdf/iekjpaipocoglamgpjoehfdemffdmami
Περιγραφή Changes links to PDFs of journal articles to the PDF version (not HTML+PDF version with frames)
Μέγεθος Αρχείου 32.33 KB
Αριθμός Εγκαταστάσεων 893
Τρέχουσα Έκδοση 1.2
Τελευταία Ενημέρωση 2015-05-24
Ημερομηνία Δημοσίευσης 2015-05-23
Αξιολόγηση 4.53/5 Συνολικά 15 Αξιολογήσεις
Προγραμματιστής vsbuffalo
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/vsbuffalo/gmtfPDF
Υποστηριζόμενες Γλώσσες 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"
        }
    ]
}