Save Image As PNG
Adds the "Save Image As PNG" option to the context menu of images.
Save Image As PNGとは何ですか?
Save Image As PNGはRob Wによって開発されたChromeの拡張機能で、その主な機能は「Adds the "Save Image As PNG" option to the context menu of images.」です。
拡張機能のスクリーンショット
Save Image As PNG拡張機能のCRXファイルをダウンロード
Save Image As PNG拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Converts an image to PNG before showing the Save As dialog. WebP is a new image format developed by Google. These images are small, but their format is not widely recognized yet. By converting the image to PNG, you will be able to use it in image editing programs, and/or upload it to online image hosting sites such as imgur. The extension has a low footprint: It does not use any memory or CPU unless you use it by clicking on the context menu option. Update (4 January 2014): If you use Chrome 30 or lower, then you cannot save the image from some web sites (such as the Chrome Web Store). Update to Chrome 31 for an optimal user experience. Notice (30 June 2014): Chrome 35 on KDE (Linux) has a bug that causes Chrome to crash whenever the Save As dialog is opened by an extension. Downgrade to Chrome 34 or upgrade to Chrome 36 to solve the problem.
拡張機能の基本情報
名前 | Save Image As PNG |
ID | nkokmeaibnajheohncaamjggkanfbphi |
公式URL | https://chromewebstore.google.com/detail/save-image-as-png/nkokmeaibnajheohncaamjggkanfbphi |
説明 | Adds the "Save Image As PNG" option to the context menu of images. |
ファイルサイズ | 14.93 KB |
インストール数 | 328,526 |
現在のバージョン | 1.0.2 |
最終更新日 | 2014-06-30 |
公開日 | 2014-06-30 |
評価 | 3.92/5 合計 292 レビュー |
開発者 | Rob W |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://robwu.nl/ |
プライバシーポリシーページのURL | https://robwu.nl/privacy/cws |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Save Image As PNG", "description": "Adds the \"Save Image As PNG\" option to the context menu of images.", "version": "1.0.2", "manifest_version": 2, "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "permissions": [ " |