Print this page
Adds a print button to the browser.
Print this pageとは何ですか?
Print this pageはhttps://www.translation-services-usa.comによって開発されたChromeの拡張機能で、その主な機能は「Adds a print button to the browser.」です。
拡張機能のスクリーンショット
Print this page拡張機能のCRXファイルをダウンロード
Print this page拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Simple Chrome extension to print your Bad Translations and refer to them later with your friends and co-workers. Developed for printing funny translations from: http://www.funnytranslator.com/
拡張機能の基本情報
名前 | |
ID | lcgafbckfbhpbmhlpncamfphlpdemleo |
公式URL | https://chromewebstore.google.com/detail/print-this-page/lcgafbckfbhpbmhlpncamfphlpdemleo |
説明 | Adds a print button to the browser. |
ファイルサイズ | 4.08 KB |
インストール数 | 17 |
現在のバージョン | 1.1 |
最終更新日 | 2017-08-26 |
公開日 | 2017-08-25 |
開発者 | https://www.translation-services-usa.com |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Print this page", "description": "Adds a print button to the browser.", "version": "1.1", "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "browser_action": { "default_title": "Print this page", "default_icon": "print_16x16.png" }, "manifest_version": 2 } |