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