EasyLogic Studio
Fantastic Web Design Tool
Was ist EasyLogic Studio?
EasyLogic Studio ist eine Chrome-Erweiterung, die von http://easylogic.studio entwickelt wurde, und ihr Hauptmerkmal ist "Fantastic Web Design Tool".
Erweiterungsscreenshots
EasyLogic Studio-Erweiterungs-CRX-Datei herunterladen
Laden Sie EasyLogic Studio-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
This is a simple web editor with many features (box-shadow, filter, border, radius, animation with keyframe and support css variables) Grundlegende Informationen zur Erweiterung
| Name | |
| ID | nnmeceneinoijeaabkapngcmamcdaead |
| Offizielle URL | https://chrome.google.com/webstore/detail/easylogic-studio/nnmeceneinoijeaabkapngcmamcdaead |
| Beschreibung | Fantastic Web Design Tool |
| Dateigröße | 545 KB |
| Installationsanzahl | 172 |
| Aktuelle Version | 0.10.19 |
| Letztes Update | 2021-06-05 |
| Veröffentlichungsdatum | 2020-06-16 |
| Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
| Entwickler | http://easylogic.studio |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://www.easylogic.studio/ |
| Hilfeseite URL | https://github.com/easylogic/editor |
| Unterstützte Sprachen | 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' "
} | |