Just Print
Web print at Carleton College made easy.
什么是Just Print?
Just Print是由dpikt开发的Chrome扩展程序,该扩展的主要功能是“Web print at Carleton College made easy.”。
扩展截图
下载Just Print扩展crx文件
下载Just Print扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
名称 | |
ID | kpkbjbgijemjeodkeocdjknhdcdmkmdf |
官方URL | https://chrome.google.com/webstore/detail/just-print/kpkbjbgijemjeodkeocdjknhdcdmkmdf |
简介 | Web print at Carleton College made easy. |
文件大小 | 107 KB |
安装次数 | 917 |
当前版本 | 2.0.8 |
更新时间 | 2017-01-31 |
上架时间 | 2017-01-31 |
评分 | 4.73/5 共11次评分 |
开发者 | dpikt |
付费类型 | free |
扩展官网 | https://github.com/CarletonDevX/web-print |
支持的语言 | 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" } } |