Open in GIMP™ photo editor
Adds context menu items to send image links and image files directly to the GIMP photo editor
Open in GIMP™ photo editorคืออะไร?
Open in GIMP™ photo editor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย yokris.dev และคุณลักษณะหลักของมันคือ "Adds context menu items to send image links and image files directly to the GIMP photo editor"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Open in GIMP™ photo editor
ดาวน์โหลดไฟล์ส่วนขยาย Open in GIMP™ photo editor ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension streamlines sending images to GIMP, eliminating the need for manual saving. If the image has a valid URL, it is transmitted directly to GIMP. In the case of an image in DATA URL format, it is temporarily stored in your system's temporary directory, after which GIMP is invoked to open this image (you can modify this behavior via the options page). Important notes: 1. To use this extension, you must have the GIMP photo editor installed, which can be obtained from https://www.gimp.org/downloads/. 2. If the extension cannot automatically locate GIMP, you can specify its location on the options page. 3. For this extension to function and open images in the GIMP photo editor, a native connector must be installed. Instructions for installing the native client will be provided when attempting to open an image link with this extension. 4. This extension operates as an open-source project, and you are welcome to visit and contribute code. Features: 1. The ability to download images and transmit local file paths to GIMP. 2. Directly send image links to GIMP (though not recommended). -- Legal Disclaimer: This extension offers a convenient means of facilitating access to GIMP but is not affiliated with or a part of the GIMP photo editor. It is an independent, open-source project.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Open in GIMP™ photo editor |
ID | jgpghknlbaljigdhcjimjnkkjniiipmm |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/open-in-gimp-photo-editor/jgpghknlbaljigdhcjimjnkkjniiipmm |
คำอธิบาย | Adds context menu items to send image links and image files directly to the GIMP photo editor |
ขนาดไฟล์ | 192 KB |
จำนวนการติดตั้ง | 11,831 |
เวอร์ชันปัจจุบัน | 0.2.1 |
อัปเดตครั้งล่าสุด | 2023-10-09 |
วันที่เผยแพร่ | 2020-01-10 |
คะแนน | 2.67/5 รวมทั้งหมด 27 คะแนน |
ผู้พัฒนา | yokris.dev |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://webextension.org/listing/open-in.html?from=gimp |
URL หน้าช่วยเหลือ | https://webextension.org/listing/open-in.html?from=gimp |
URL หน้านโยบายความเป็นส่วนตัว | https://add0n.com/policies/yokris.dev.txt |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Open in GIMP\u2122 photo editor", "description": "Adds context menu items to send image links and image files directly to the GIMP photo editor", "version": "0.2.1", "manifest_version": 3, "permissions": [ "storage", "contextMenus", "downloads", "nativeMessaging" ], "background": { "service_worker": "worker.js" }, "offline_enabled": true, "homepage_url": "https:\/\/webextension.org\/listing\/open-in.html?from=gimp", "icons": { "16": "\/data\/icons\/16.png", "32": "\/data\/icons\/32.png", "48": "\/data\/icons\/48.png", "64": "\/data\/icons\/64.png", "128": "\/data\/icons\/128.png", "256": "\/data\/icons\/256.png", "512": "\/data\/icons\/512.png" }, "options_ui": { "page": "\/data\/options\/index.html", "open_in_tab": true } } |