Lunapic Right Click Edit
Easy way to edit images on Lunapic.com. Right-click an image and open edit session on Lunapic.com.
Lunapic Right Click Editとは何ですか?
Lunapic Right Click Editはhttps://lunapic.comによって開発されたChromeの拡張機能で、その主な機能は「Easy way to edit images on Lunapic.com. Right-click an image and open edit session on Lunapic.com.」です。
拡張機能のスクリーンショット
Lunapic Right Click Edit拡張機能のCRXファイルをダウンロード
Lunapic Right Click Edit拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Edit images easily with Lunapic.com. This extension adds a right click option to images to easily edit with Lunapic. Create animations, add effects, or just crop and save. 拡張機能の基本情報
| 名前 | |
| ID | oglcbfocdkemachifmnimbblndgmlhbi |
| 公式URL | https://chromewebstore.google.com/detail/lunapic-right-click-edit/oglcbfocdkemachifmnimbblndgmlhbi |
| 説明 | Easy way to edit images on Lunapic.com. Right-click an image and open edit session on Lunapic.com. |
| ファイルサイズ | 17.21 KB |
| インストール数 | 13,654 |
| 現在のバージョン | 2.0 |
| 最終更新日 | 2023-12-06 |
| 公開日 | 2020-06-03 |
| 評価 | 4.38/5 合計 78 レビュー |
| 開発者 | https://lunapic.com |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://lunapic.com/ |
| ヘルプページのURL | https://lunapic.com/?feedback |
| プライバシーポリシーページのURL | https://lunapic.com?privacy |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Lunapic Right Click Edit",
"description": "Easy way to edit images on Lunapic.com. Right-click an image and open edit session on Lunapic.com.",
"version": "2.0",
"icons": {
"128": "icon-128.png",
"48": "icon-48.png"
},
"background": {
"service_worker": "background.js"
},
"action": {
"default_icon": "icon.png",
"default_title": "Lunapic Right Click"
},
"permissions": [
"contextMenus"
],
"host_permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
]
} | |