Sprinter
Convert a Spark Page into a printer-friendly mode for easy printing to paper or PDF
Sprinter란 무엇입니까?
Sprinter은(는) Sun City Design에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Convert a Spark Page into a printer-friendly mode for easy printing to paper or PDF"입니다.
확장 프로그램 스크린샷
Sprinter 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension adds an option to the right-click menu that allows you to convert a Spark Page into a simpler, printer-friendly mode so that it can easily be printed to paper or converted to PDF. This can be useful when you want to: - Save a snapshot of a Spark Page at a particular time to PDF, for example a teacher might do this when their student's assignment is due. - Convert a Spark Page to a PDF for a simple backup of the text contained within it. - Convert a Spark Page to a PDF for offline viewing - Print a Spark Page in order to submit it to the copyright office
확장 프로그램 기본 정보
이름 | |
ID | dokjalegehmapmfcgljdmpnnheabgedb |
공식 URL | https://chromewebstore.google.com/detail/sprinter/dokjalegehmapmfcgljdmpnnheabgedb |
설명 | Convert a Spark Page into a printer-friendly mode for easy printing to paper or PDF |
파일 크기 | 44.01 KB |
설치 횟수 | 1,678 |
현재 버전 | 0.1.3 |
최근 업데이트 | 2016-10-20 |
출시 날짜 | 2016-10-20 |
평점 | 2.50/5 총 10 개의 평점 |
개발자 | Sun City Design |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Sprinter", "short_name": "Sprinter", "description": "Convert a Spark Page into a printer-friendly mode for easy printing to paper or PDF", "version": "0.1.3", "manifest_version": 2, "icons": { "128": "images\/logo.png", "16": "images\/logo-16.png" }, "permissions": [ "activeTab", "tabs", "contextMenus", "https:\/\/*\/" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "file:\/\/\/*", "https:\/\/slate.adobe.com\/cp\/*", "https:\/\/slate.adobe.com\/a\/*", "https:\/\/create-dev-ue1.lucapub.com\/cp\/*", "https:\/\/dev.adobeprojectm.com\/cp\/*", "https:\/\/dev.adobeprojectm.com\/page\/*", "https:\/\/stage.adobeprojectm.com\/page\/*", "https:\/\/qa.adobeprojectm.com\/page\/*", "https:\/\/spark.adobe.com\/page\/*" ], "js": [ "jquery-1.11.3.min.js", "Sprinter.js", "Utils.js", "inject.js" ], "css": [ "inject.css" ] } ], "web_accessible_resources": [ "images\/*", "jquery-1.11.3.min.js", "frameSheet.css", "frameScript.js" ] } |