Printer friendly version
Click to create the Printer friendly version of a Cristal Task
Printer friendly versionとは何ですか?
Printer friendly versionはbenny.lenaertsによって開発されたChromeの拡張機能で、その主な機能は「Click to create the Printer friendly version of a Cristal Task」です。
Printer friendly version拡張機能のCRXファイルをダウンロード
Printer friendly version拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
ServiceNow extension: Adds a parameter to the current URL. Parameter added is: ?sysparm_media=print
拡張機能の基本情報
名前 | ![]() |
ID | npncgkpphajgkpmcjjedombnneegdkba |
公式URL | https://chrome.google.com/webstore/detail/printer-friendly-version/npncgkpphajgkpmcjjedombnneegdkba |
説明 | Click to create the Printer friendly version of a Cristal Task |
ファイルサイズ | 151 KB |
インストール数 | 91 |
現在のバージョン | 1.1 |
最終更新日 | 2017-07-25 |
公開日 | 2017-07-25 |
評価 | 3.50/5 合計 2 レビュー |
開発者 | benny.lenaerts |
支払い方法 | free |
対応言語 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Printer friendly version", "version": "1.1", "manifest_version": 2, "description": "Click to create the Printer friendly version of a Cristal Task", "browser_action": { "default_icon": "icon.png" }, "background": { "persistent": false, "scripts": [ "bgscript.js" ] }, "permissions": [ "tabs" ] } |