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 là gì?
Give me the F-ing PDF là một tiện ích mở rộng Chrome được phát triển bởi vsbuffalo, và tính năng chính của nó là "Changes links to PDFs of journal articles to the PDF version (not HTML+PDF version with frames)".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Give me the F-ing PDF
Tải xuống các tệp mở rộng Give me the F-ing PDF dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Give me the F-ing PDF |
ID | iekjpaipocoglamgpjoehfdemffdmami |
URL Chính Thức | https://chromewebstore.google.com/detail/give-me-the-f-ing-pdf/iekjpaipocoglamgpjoehfdemffdmami |
Mô tả | Changes links to PDFs of journal articles to the PDF version (not HTML+PDF version with frames) |
Kích Thước Tệp | 32.33 KB |
Số Lần Cài Đặt | 893 |
Phiên Bản Hiện Tại | 1.2 |
Cập Nhật Lần Cuối | 2015-05-24 |
Ngày Phát Hành | 2015-05-23 |
Đánh Giá | 4.53/5 Tổng số 15 Đánh Giá |
Nhà Phát Triển | vsbuffalo |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/vsbuffalo/gmtfPDF |
Ngôn Ngữ Được Hỗ Trợ | 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" } ] } |