Sprinter
Convert a Spark Page into a printer-friendly mode for easy printing to paper or PDF
Sprinter là gì?
Sprinter là một tiện ích mở rộng Chrome được phát triển bởi Sun City Design, và tính năng chính của nó là "Convert a Spark Page into a printer-friendly mode for easy printing to paper or PDF".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Sprinter
Tải xuống các tệp mở rộng Sprinter dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | dokjalegehmapmfcgljdmpnnheabgedb |
URL Chính Thức | https://chromewebstore.google.com/detail/sprinter/dokjalegehmapmfcgljdmpnnheabgedb |
Mô tả | Convert a Spark Page into a printer-friendly mode for easy printing to paper or PDF |
Kích Thước Tệp | 44.01 KB |
Số Lần Cài Đặt | 1,678 |
Phiên Bản Hiện Tại | 0.1.3 |
Cập Nhật Lần Cuối | 2016-10-20 |
Ngày Phát Hành | 2016-10-20 |
Đánh Giá | 2.50/5 Tổng số 10 Đánh Giá |
Nhà Phát Triển | Sun City Design |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |