EasyLogic Studio
Fantastic Web Design Tool
Vad är EasyLogic Studio?
EasyLogic Studio är en Chrome-tillägg utvecklad av http://easylogic.studio, och dess huvudfunktion är "Fantastic Web Design Tool".
Tilläggsskärmbilder
Ladda ner EasyLogic Studio-förlängningens CRX-fil
Ladda ner EasyLogic Studio-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
This is a simple web editor with many features (box-shadow, filter, border, radius, animation with keyframe and support css variables)
Grundläggande Information om Tillägg
Namn | |
ID | nnmeceneinoijeaabkapngcmamcdaead |
Officiell webbadress | https://chrome.google.com/webstore/detail/easylogic-studio/nnmeceneinoijeaabkapngcmamcdaead |
Beskrivning | Fantastic Web Design Tool |
Filstorlek | 545 KB |
Antal Installationer | 172 |
Aktuell Version | 0.10.19 |
Senast Uppdaterad | 2021-06-05 |
Publiceringsdatum | 2020-06-16 |
Betyg | 5.00/5 Totalt 2 Betyg |
Utvecklare | http://easylogic.studio |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://www.easylogic.studio/ |
Hjälpsida URL | https://github.com/easylogic/editor |
Stödda Språk | 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' " } |