EasyLogic Studio
Fantastic Web Design Tool
Hvad er EasyLogic Studio?
EasyLogic Studio er en Chrome-udvidelse udviklet af http://easylogic.studio, og dens hovedfunktion er "Fantastic Web Design Tool".
Udvidelsesskærmbilleder
Download EasyLogic Studio-udvidelses-CRX-fil
Download EasyLogic Studio-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
This is a simple web editor with many features (box-shadow, filter, border, radius, animation with keyframe and support css variables)
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | nnmeceneinoijeaabkapngcmamcdaead |
Officiel URL | https://chrome.google.com/webstore/detail/easylogic-studio/nnmeceneinoijeaabkapngcmamcdaead |
Beskrivelse | Fantastic Web Design Tool |
Filstørrelse | 545 KB |
Antal Installationer | 172 |
Nuværende Version | 0.10.19 |
Senest Opdateret | 2021-06-05 |
Udgivelsesdato | 2020-06-16 |
Bedømmelse | 5.00/5 Samlet 2 Bedømmelser |
Udvikler | http://easylogic.studio |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://www.easylogic.studio/ |
Hjælpeside-URL | https://github.com/easylogic/editor |
Understøttede Sprog | 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' " } |