Layers Editor

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

Hvad er Layers Editor?

Layers Editor er en Chrome-udvidelse udviklet af Layers Technology Inc., og dens hovedfunktion er "Easily transload and edit images in Layers using the right-click menu.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Layers Editor-udvidelses-CRX-fil

Download Layers Editor-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Layers Editor Layers Editor
ID obhomfnojmnjhjanekgcdehbnkcpikcj
Officiel URL https://chromewebstore.google.com/detail/layers-editor/obhomfnojmnjhjanekgcdehbnkcpikcj
Beskrivelse Easily transload and edit images in Layers using the right-click menu.
Filstørrelse 12.34 KB
Antal Installationer 65
Nuværende Version 1.4
Senest Opdateret 2015-10-08
Udgivelsesdato 2015-10-08
Bedømmelse 4.64/5 Samlet 11 Bedømmelser
Udvikler Layers Technology Inc.
Betalingsmetode free
Udvidelseswebsted http://www.addlayers.com
Understøttede Sprog 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"
}