Layers Editor
Easily transload and edit images in Layers using the right-click menu.
Layers Editorคืออะไร?
Layers Editor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Layers Technology Inc. และคุณลักษณะหลักของมันคือ "Easily transload and edit images in Layers using the right-click menu."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Layers Editor
ดาวน์โหลดไฟล์ส่วนขยาย Layers Editor ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Layers is an image sharing app that allows you to edit and modify other users' images. With this Chrome Extension it's as easy as right-clicking on an image you see wherever you are on the web, selecting "Edit in Layers", and remixing that image on the Layers app. You can then share your creation on Imgur, Reddit, Tumblr, Facebook and Twitter. Have a visual conversation.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | obhomfnojmnjhjanekgcdehbnkcpikcj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/layers-editor/obhomfnojmnjhjanekgcdehbnkcpikcj |
คำอธิบาย | Easily transload and edit images in Layers using the right-click menu. |
ขนาดไฟล์ | 12.34 KB |
จำนวนการติดตั้ง | 65 |
เวอร์ชันปัจจุบัน | 1.4 |
อัปเดตครั้งล่าสุด | 2015-10-08 |
วันที่เผยแพร่ | 2015-10-08 |
คะแนน | 4.64/5 รวมทั้งหมด 11 คะแนน |
ผู้พัฒนา | Layers Technology Inc. |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://www.addlayers.com |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "description": "Easily transload and edit images in Layers using the right-click menu.", "icons": { "16": "icon16.png", "48": "icon48.png" }, "manifest_version": 2, "minimum_chrome_version": "18", "name": "Layers Editor", "permissions": [ "contextMenus", "http:\/\/www.lay.rs" ], "version": "1.4" } |