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\/*" ] } |