EasyLogic Studio
Fantastic Web Design Tool
What is EasyLogic Studio?
EasyLogic Studio is a Chrome extension developed by http://easylogic.studio, and its main feature is "Fantastic Web Design Tool".
Extension Screenshots
Download EasyLogic Studio Extension CRX File
Download EasyLogic Studio extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This is a simple web editor with many features (box-shadow, filter, border, radius, animation with keyframe and support css variables)
Extension Basic Information
Name | |
ID | nnmeceneinoijeaabkapngcmamcdaead |
Official URL | https://chrome.google.com/webstore/detail/easylogic-studio/nnmeceneinoijeaabkapngcmamcdaead |
Description | Fantastic Web Design Tool |
File Size | 545 KB |
Installation Count | 172 |
Current Version | 0.10.19 |
Last Updated | 2021-06-05 |
Publish Date | 2020-06-16 |
Rating | 5.00/5 Total 2 Ratings |
Developer | http://easylogic.studio |
[email protected] | |
Payment Type | free |
Extension Website | https://www.easylogic.studio/ |
Help Page URL | https://github.com/easylogic/editor |
Supported Languages | 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' " } |