Layers Editor
Easily transload and edit images in Layers using the right-click menu.
What is Layers Editor?
Layers Editor is a Chrome extension developed by Layers Technology Inc., and its main feature is "Easily transload and edit images in Layers using the right-click menu.".
Extension Screenshots
Download Layers Editor Extension CRX File
Download Layers Editor extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | obhomfnojmnjhjanekgcdehbnkcpikcj |
Official URL | https://chromewebstore.google.com/detail/layers-editor/obhomfnojmnjhjanekgcdehbnkcpikcj |
Description | Easily transload and edit images in Layers using the right-click menu. |
File Size | 12.34 KB |
Installation Count | 65 |
Current Version | 1.4 |
Last Updated | 2015-10-08 |
Publish Date | 2015-10-08 |
Rating | 4.64/5 Total 11 Ratings |
Developer | Layers Technology Inc. |
Payment Type | free |
Extension Website | http://www.addlayers.com |
Supported Languages | 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" } |