Lightfinder
Lightfinder allows you to see which settings were used to edit a photo in Lightroom
Lightfinderคืออะไร?
Lightfinder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Nemesys และคุณลักษณะหลักของมันคือ "Lightfinder allows you to see which settings were used to edit a photo in Lightroom"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Lightfinder
ดาวน์โหลดไฟล์ส่วนขยาย Lightfinder ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Simply "alt + A + click" on any photo. If development informations are present, they will be displayed on the right, in a scrollable bar that Lightroom users will find familiar. *** Please notice that Lightfinder is currently just a beta ***
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | cifbgbbgjlehgddmhdognpncdjpiepgn |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/lightfinder/cifbgbbgjlehgddmhdognpncdjpiepgn |
คำอธิบาย | Lightfinder allows you to see which settings were used to edit a photo in Lightroom |
ขนาดไฟล์ | 33.24 KB |
จำนวนการติดตั้ง | 724 |
เวอร์ชันปัจจุบัน | 1.0.3 |
อัปเดตครั้งล่าสุด | 2018-03-17 |
วันที่เผยแพร่ | 2018-03-17 |
คะแนน | 3.42/5 รวมทั้งหมด 12 คะแนน |
ผู้พัฒนา | Nemesys |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Lightfinder", "version": "1.0.3", "description": "Lightfinder allows you to see which settings were used to edit a photo in Lightroom", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "css": [ "style_minimal.css" ], "js": [ "main.min.js", "popup_script.js" ] } ], "icons": { "16": "icon16.png", "32": "icon32.png", "64": "icon64.png" }, "browser_action": { "default_popup": "popup.html" }, "web_accessible_resources": [ "images\/guide.png", "images\/infoSymbol.png" ], "permissions": [ "https:\/\/api.flickr.com\/*", "https:\/\/c1.staticflickr.com\/*" ] } |