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 |
官方網址 | 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" } } |