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文件
下载Sprinter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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" ] } |