EasyLogic Studio
Fantastic Web Design Tool
什么是EasyLogic Studio?
EasyLogic Studio是由http://easylogic.studio开发的Chrome扩展程序,该扩展的主要功能是“Fantastic Web Design Tool”。
扩展截图
下载EasyLogic Studio扩展crx文件
下载EasyLogic Studio扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This is a simple web editor with many features (box-shadow, filter, border, radius, animation with keyframe and support css variables)
扩展基本信息
名称 | |
ID | nnmeceneinoijeaabkapngcmamcdaead |
官方URL | https://chrome.google.com/webstore/detail/easylogic-studio/nnmeceneinoijeaabkapngcmamcdaead |
简介 | Fantastic Web Design Tool |
文件大小 | 545 KB |
安装次数 | 172 |
当前版本 | 0.10.19 |
更新时间 | 2021-06-05 |
上架时间 | 2020-06-16 |
评分 | 5.00/5 共2次评分 |
开发者 | http://easylogic.studio |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://www.easylogic.studio/ |
帮助页面URL | https://github.com/easylogic/editor |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "0.10.19", "name": "EasyLogic Studio", "description": "Fantastic Web Design Tool ", "author": "easylogic", "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_title": "EasyLogic Studio", "default_icon": { "16": "images\/icon16.png", "24": "images\/icon24.png", "32": "images\/icon32.png", "128": "images\/icon128.png" } }, "icons": { "16": "images\/icon16.png", "24": "images\/icon24.png", "32": "images\/icon32.png", "128": "images\/icon128.png" }, "offline_enabled": true, "permissions": [ "tabs", "storage" ], "content_security_policy": "script-src 'unsafe-eval' 'self';script-src-elem 'unsafe-eval' 'self' ; object-src 'self' " } |