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 |
官方網址 | 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" } |