Layers Editor
Easily transload and edit images in Layers using the right-click menu.
Co to jest Layers Editor?
Layers Editor to rozszerzenie Chrome opracowane przez Layers Technology Inc., a jego główną funkcją jest „Easily transload and edit images in Layers using the right-click menu.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Layers Editor
Pobierz pliki rozszerzeń Layers Editor w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | obhomfnojmnjhjanekgcdehbnkcpikcj |
Oficjalny URL | https://chromewebstore.google.com/detail/layers-editor/obhomfnojmnjhjanekgcdehbnkcpikcj |
Opis | Easily transload and edit images in Layers using the right-click menu. |
Rozmiar pliku | 12.34 KB |
Liczba instalacji | 65 |
Aktualna Wersja | 1.4 |
Ostatnia Aktualizacja | 2015-10-08 |
Data Publikacji | 2015-10-08 |
Ocena | 4.64/5 Łącznie 11 Oceny |
Deweloper | Layers Technology Inc. |
Typ Płatności | free |
Strona Rozszerzenia | http://www.addlayers.com |
Obsługiwane Języki | 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" } |