Give me the F-ing PDF
Changes links to PDFs of journal articles to the PDF version (not HTML+PDF version with frames)
Vad är Give me the F-ing PDF?
Give me the F-ing PDF är en Chrome-tillägg utvecklad av vsbuffalo, och dess huvudfunktion är "Changes links to PDFs of journal articles to the PDF version (not HTML+PDF version with frames)".
Tilläggsskärmbilder
Ladda ner Give me the F-ing PDF-förlängningens CRX-fil
Ladda ner Give me the F-ing PDF-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
| Namn | |
| ID | iekjpaipocoglamgpjoehfdemffdmami |
| Officiell webbadress | https://chromewebstore.google.com/detail/give-me-the-f-ing-pdf/iekjpaipocoglamgpjoehfdemffdmami |
| Beskrivning | Changes links to PDFs of journal articles to the PDF version (not HTML+PDF version with frames) |
| Filstorlek | 32.33 KB |
| Antal Installationer | 893 |
| Aktuell Version | 1.2 |
| Senast Uppdaterad | 2015-05-24 |
| Publiceringsdatum | 2015-05-23 |
| Betyg | 4.53/5 Totalt 15 Betyg |
| Utvecklare | vsbuffalo |
| Betalningssätt | free |
| Tilläggswebbplats | https://github.com/vsbuffalo/gmtfPDF |
| Stödda Språk | 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"
}
]
} | |