EasyLogic Studio
Fantastic Web Design Tool
什麼是EasyLogic Studio?
EasyLogic Studio是由http://easylogic.studio開發的Chrome擴展程式,該擴展的主要功能是“Fantastic Web Design Tool”。
擴展截圖
下載EasyLogic Studio擴展crx文件
下載EasyLogic Studio擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This is a simple web editor with many features (box-shadow, filter, border, radius, animation with keyframe and support css variables) 擴展基本資訊
| 名稱 | |
| ID | nnmeceneinoijeaabkapngcmamcdaead |
| 官方網址 | https://chrome.google.com/webstore/detail/easylogic-studio/nnmeceneinoijeaabkapngcmamcdaead |
| 簡介 | Fantastic Web Design Tool |
| 檔案大小 | 545 KB |
| 安裝次數 | 172 |
| 目前版本 | 0.10.19 |
| 更新時間 | 2021-06-05 |
| 上架時間 | 2020-06-16 |
| 評分 | 5.00/5 共 2 次評分 |
| 開發者 | http://easylogic.studio |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://www.easylogic.studio/ |
| 說明頁面URL | https://github.com/easylogic/editor |
| 支援的語言 | 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' "
} | |