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はvsbuffaloによって開発されたChromeの拡張機能で、その主な機能は「Changes links to PDFs of journal articles to the PDF version (not HTML+PDF version with frames)」です。
拡張機能のスクリーンショット
Give me the F-ing PDF拡張機能のCRXファイルをダウンロード
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. 拡張機能の基本情報
| 名前 | |
| 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"
}
]
} | |