Sprinter
Convert a Spark Page into a printer-friendly mode for easy printing to paper or PDF
Sprinter क्या है?
Sprinter Sun City Design द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Convert a Spark Page into a printer-friendly mode for easy printing to paper or PDF"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Sprinter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" ] } |