EasyLogic Studio
Fantastic Web Design Tool
Wat is EasyLogic Studio?
EasyLogic Studio is een Chrome-extensie ontwikkeld door http://easylogic.studio, en de belangrijkste functie is "Fantastic Web Design Tool".
Extensie Screenshots
Download het CRX-bestand van de extensie EasyLogic Studio
Download EasyLogic Studio-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This is a simple web editor with many features (box-shadow, filter, border, radius, animation with keyframe and support css variables)
Basisinformatie over de Extensie
Naam | |
ID | nnmeceneinoijeaabkapngcmamcdaead |
Officiële URL | https://chrome.google.com/webstore/detail/easylogic-studio/nnmeceneinoijeaabkapngcmamcdaead |
Beschrijving | Fantastic Web Design Tool |
Bestandsgrootte | 545 KB |
Aantal Installaties | 172 |
Huidige Versie | 0.10.19 |
Laatst Bijgewerkt | 2021-06-05 |
Publicatiedatum | 2020-06-16 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | http://easylogic.studio |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.easylogic.studio/ |
Help Pagina-URL | https://github.com/easylogic/editor |
Ondersteunde Talen | 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' " } |