Terrapin Works Label Printing
One click printing for the Dymo
什么是Terrapin Works Label Printing?
Terrapin Works Label Printing是由blepfo开发的Chrome扩展程序,该扩展的主要功能是“One click printing for the Dymo”。
扩展截图
下载Terrapin Works Label Printing扩展crx文件
下载Terrapin Works Label Printing扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Internal chrome extension for Terrapin Works employees at the University of Maryland. This extension allows one-click printing of labels for print jobs. Just navigate to a job page in the Innovation Center platform, click the extension icon to popup the page shown in the screenshot, an click the button to print.
扩展基本信息
名称 | Terrapin Works Label Printing |
ID | hlmhjakokajncnencjkhieokhpkdilfl |
官方URL | https://chromewebstore.google.com/detail/terrapin-works-label-prin/hlmhjakokajncnencjkhieokhpkdilfl |
简介 | One click printing for the Dymo |
文件大小 | 29.14 KB |
安装次数 | 615 |
当前版本 | 1.3.4 |
更新时间 | 2017-01-10 |
上架时间 | 2017-01-10 |
评分 | 4.11/5 共9次评分 |
开发者 | blepfo |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Terrapin Works Label Printing", "short_name": "TW Label Printing", "description": "One click printing for the Dymo", "version": "1.3.4", "icons": { "16": "images\/icon_16.png", "32": "images\/icon_32.png", "128": "images\/icon_128.png" }, "page_action": { "default_icon": "images\/icon_19.png", "default_popup": "popup.html", "default_title": "Terrapin Works Label Printing" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "content_scripts": [ { "matches": [ "*:\/\/umd.innovationcenter.makerbot.com\/jobs\/*" ], "js": [ "contentscript.js" ] } ], "permissions": [ "activeTab", "tabs", "*:\/\/umd.innovationcenter.makerbot.com\/jobs\/*", "*:\/\/192.168.1.92\/*" ] } |