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."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Layers Editor 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Layers Editor Layers Editor
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"
}