Fine Print
Chrome Extension for Improving Printed Version of Popular Online Websites
什麼是Fine Print?
Fine Print是由Nizar開發的Chrome擴展程式,該擴展的主要功能是“Chrome Extension for Improving Printed Version of Popular Online Websites”。
擴展截圖
下載Fine Print擴展crx文件
下載Fine Print擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Most websites do not have a good printable PDF version. In other words, when you try to print their pages, they have images that are cut between two pages. In addition, some websites show their footers, sidebars, or even ads in their PDF printable versions. This chrome extension makes the printable versions of those PDFs much nicer for popular websites. In addition, it is open sourced for people to be able to contribute to making other websites they frequently print or save as PDF much nicer. All you have to do is install the extension, and it will make supported websites look better when being printed, automatically. ( ; So if a website is supported, its Print Preview will look better than usual! If it isn't supported, and you'd like us to support it; kindly check the GitHub link in the bottom to raise an Issue requesting a website to be supported! Currently Supported Websites: - Medium websites If you wish to contribute, kindly go to : https://github.com/nizarmah/fineprint ( :
擴展基本資訊
名稱 | Fine Print |
ID | haplmldmmjboafjpelboplllnofkhcaj |
官方網址 | https://chromewebstore.google.com/detail/fine-print/haplmldmmjboafjpelboplllnofkhcaj |
簡介 | Chrome Extension for Improving Printed Version of Popular Online Websites |
檔案大小 | 24.56 KB |
安裝次數 | 256 |
目前版本 | 1.1.0 |
更新時間 | 2020-12-23 |
上架時間 | 2020-04-11 |
評分 | 3.00/5 共 2 次評分 |
開發者 | Nizar |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/nizarmah/fineprint |
說明頁面URL | https://github.com/nizarmah/fineprint |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Fine Print", "short_name": "Fine Print", "description": "Chrome Extension for Improving Printed Version of Popular Online Websites", "version": "1.1.0", "icons": { "128": "icon\/default.png" }, "background": { "scripts": [ "validator.js", "page_rules.js", "background.js" ], "persistent": false }, "web_accessible_resources": [ "css\/*" ], "content_scripts": [ { "run_at": "document_end", "matches": [ " |