Sprinter
Convert a Spark Page into a printer-friendly mode for easy printing to paper or PDF
¿Qué es Sprinter?
Sprinter es una extensión de Chrome desarrollada por Sun City Design, y su función principal es "Convert a Spark Page into a printer-friendly mode for easy printing to paper or PDF".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Sprinter
Descarga archivos de extensión Sprinter en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | |
ID | dokjalegehmapmfcgljdmpnnheabgedb |
URL Oficial | https://chromewebstore.google.com/detail/sprinter/dokjalegehmapmfcgljdmpnnheabgedb |
Descripción | Convert a Spark Page into a printer-friendly mode for easy printing to paper or PDF |
Tamaño del Archivo | 44.01 KB |
Cantidad de Instalaciones | 1,678 |
Versión Actual | 0.1.3 |
Última Actualización | 2016-10-20 |
Fecha de Publicación | 2016-10-20 |
Calificación | 2.50/5 Total de 10 Calificaciones |
Desarrollador | Sun City Design |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | 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" ] } |