Just Print
Web print at Carleton College made easy.
What is Just Print?
Just Print is a Chrome extension developed by dpikt, and its main feature is "Web print at Carleton College made easy.".
Extension Screenshots
Download Just Print Extension CRX File
Download Just Print extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | |
ID | kpkbjbgijemjeodkeocdjknhdcdmkmdf |
Official URL | https://chrome.google.com/webstore/detail/just-print/kpkbjbgijemjeodkeocdjknhdcdmkmdf |
Description | Web print at Carleton College made easy. |
File Size | 107 KB |
Installation Count | 917 |
Current Version | 2.0.8 |
Last Updated | 2017-01-31 |
Publish Date | 2017-01-31 |
Rating | 4.73/5 Total 11 Ratings |
Developer | dpikt |
Payment Type | free |
Extension Website | https://github.com/CarletonDevX/web-print |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Just Print", "short_name": "JFP", "description": "Web print at Carleton College made easy.", "version": "2.0.8", "permissions": [ "https:\/\/print.ads.carleton.edu:9192\/", "http:\/\/45.55.59.57\/", "geolocation" ], "icons": { "128": "icon_128.png" }, "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon_128.png", "default_title": "JFP" } } |