Live Photo Editor Online
Edit photos from any web page
Live Photo Editor Onlineとは何ですか?
Live Photo Editor OnlineはTarmil Consulting LTDによって開発されたChromeの拡張機能で、その主な機能は「Edit photos from any web page」です。
拡張機能のスクリーンショット
Live Photo Editor Online拡張機能のCRXファイルをダウンロード
Live Photo Editor Online拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
A very simple yet powerful tool live photo edit online. Save hassle downloading and importing photos to an image editor one by one to find the right image. I'm an artist and I use it for my pencil drawing purpose. It's not always easy to understand if a good photo will translate into a good drawing. Made this tool so it's really easy check the Grayscale, Contrast, Brightness and Saturation on the fly. It's mainly focused for artists but possibility is endless. This tool works on any website on all images.
拡張機能の基本情報
名前 | Live Photo Editor Online |
ID | hnphmjgdfnfhjponpjddkmchkfmkkgcc |
公式URL | https://chromewebstore.google.com/detail/live-photo-editor-online/hnphmjgdfnfhjponpjddkmchkfmkkgcc |
説明 | Edit photos from any web page |
ファイルサイズ | 20.63 KB |
インストール数 | 532 |
現在のバージョン | 1.0 |
最終更新日 | 2022-10-21 |
公開日 | 2022-06-30 |
評価 | 5.00/5 合計 3 レビュー |
開発者 | Tarmil Consulting LTD |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Live Photo Editor Online", "description": "Edit photos from any web page", "version": "1.0", "background": { "service_worker": "background.js" }, "permissions": [ "storage", "activeTab", "scripting" ], "icons": { "16": "\/images\/favicon-16.png", "32": "\/images\/favicon-32.png", "48": "\/images\/favicon-48.png", "128": "\/images\/favicon-128.png" }, "action": { "default_popup": "\/src\/popup.html", "default_icon": { "16": "\/images\/favicon-16.png", "32": "\/images\/favicon-32.png", "48": "\/images\/favicon-48.png", "128": "\/images\/favicon-128.png" } } } |