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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 ( :
확장 프로그램 기본 정보
이름 | |
ID | haplmldmmjboafjpelboplllnofkhcaj |
공식 URL | 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": [ " |