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" } |