Layers Editor
Easily transload and edit images in Layers using the right-click menu.
Vad är Layers Editor?
Layers Editor är en Chrome-tillägg utvecklad av Layers Technology Inc., och dess huvudfunktion är "Easily transload and edit images in Layers using the right-click menu.".
Tilläggsskärmbilder
Ladda ner Layers Editor-förlängningens CRX-fil
Ladda ner Layers Editor-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | obhomfnojmnjhjanekgcdehbnkcpikcj |
Officiell webbadress | https://chromewebstore.google.com/detail/layers-editor/obhomfnojmnjhjanekgcdehbnkcpikcj |
Beskrivning | Easily transload and edit images in Layers using the right-click menu. |
Filstorlek | 12.34 KB |
Antal Installationer | 65 |
Aktuell Version | 1.4 |
Senast Uppdaterad | 2015-10-08 |
Publiceringsdatum | 2015-10-08 |
Betyg | 4.64/5 Totalt 11 Betyg |
Utvecklare | Layers Technology Inc. |
Betalningssätt | free |
Tilläggswebbplats | http://www.addlayers.com |
Stödda Språk | 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" } |