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 |
| 公式URL | 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 |
| Eメール | [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' "
} | |