Layers Editor

Easily transload and edit images in Layers using the right-click menu.

Cos'è Layers Editor?

Layers Editor è un'estensione di Chrome sviluppata da Layers Technology Inc., e la sua funzione principale è "Easily transload and edit images in Layers using the right-click menu.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Layers Editor

Scarica i file di estensione Layers Editor in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Layers Editor Layers Editor
ID obhomfnojmnjhjanekgcdehbnkcpikcj
URL Ufficiale https://chromewebstore.google.com/detail/layers-editor/obhomfnojmnjhjanekgcdehbnkcpikcj
Descrizione Easily transload and edit images in Layers using the right-click menu.
Dimensione del File 12.34 KB
Conteggio Installazioni 65
Versione Corrente 1.4
Ultimo Aggiornamento 2015-10-08
Data di Pubblicazione 2015-10-08
Valutazione 4.64/5 Totale 11 Valutazioni
Sviluppatore Layers Technology Inc.
Tipo di Pagamento free
Sito Web dell'Estensione http://www.addlayers.com
Lingue Supportate 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"
}