Render PDFs Inline
Force PDFs to display inline instead of downloading. By Nick Semenkovich
什麼是Render PDFs Inline?
Render PDFs Inline是由https://semenkovich.com開發的Chrome擴展程式,該擴展的主要功能是“Force PDFs to display inline instead of downloading. By Nick Semenkovich
下載Render PDFs Inline擴展crx文件
下載Render PDFs Inline擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Force PDFs to render inline instead of downloading. By Nick SemenkovichAnnoyed by PDFs that save and download instead of opening? This extension forces PDFs to render inline instead of downloading (by overwriting the "Content-disposition: attachment" header). This extension works using the webRequest API -- and it's a bit slower than the alternative extension. If you're using the Beta or Dev versions of Chrome, my alternative extension uses the Declarative Web Request API -- which is faster. Features: - Only rewrites content that's in a main window (main_frame) - Rewrites all responses with "Content-type: application/pdf" - Rewrites responses with "Content-type: application/octet-stream" with a filename=*.pdf WARNING: This may have security risks by overriding the attachment header. Use at your own risk. ======== CODE ======== Please contribute! https://github.com/semenko/chrome-force-pdf-inline Copyright 2014-2015, Nick Semenkovich Released under the MIT License. See LICENSE for details.
擴展基本資訊
名稱 | Render PDFs Inline |
ID | mhigkpfinipcldigeeonlokhpdpnkelg |
官方網址 | https://chromewebstore.google.com/detail/render-pdfs-inline/mhigkpfinipcldigeeonlokhpdpnkelg |
簡介 | Force PDFs to display inline instead of downloading. By Nick Semenkovich |
檔案大小 | 20.37 KB |
安裝次數 | 6,047 |
目前版本 | 2016.4.7 |
更新時間 | 2016-04-08 |
上架時間 | 2016-04-08 |
評分 | 4.07/5 共 14 次評分 |
開發者 | https://semenkovich.com |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/semenko/chrome-force-pdf-inline |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ], "persistent": true }, "author": "Nick Semenkovich", "content_security_policy": "script-src 'self'; object-src 'self'", "description": "Force PDFs to display inline instead of downloading. By Nick Semenkovich |