Layers Editor
Easily transload and edit images in Layers using the right-click menu.
什么是Layers Editor?
Layers Editor是由Layers Technology Inc.开发的Chrome扩展程序,该扩展的主要功能是“Easily transload and edit images in Layers using the right-click menu.”。
扩展截图
下载Layers Editor扩展crx文件
下载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" } |