Wix Grid
Wix Grid - is the app created for the professional designers. Now you can create and use modular grid in the process of designing…
什麼是Wix Grid?
Wix Grid是由Andrew Gargay開發的Chrome擴展程式,該擴展的主要功能是“Wix Grid - is the app created for the professional designers. Now you can create and use modular grid in the process of designing…”。
擴展截圖
下載Wix Grid擴展crx文件
下載Wix Grid擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Wix Grid - is the app created for the professional designers. Now you can create and use modular grid in the process of designing your websites with Wix.com. Now you can: - Show/Hide column grid and change width of them; - Show/Hide baseline and create vertical rhythm for your typography; - Add subdivs for you baseline to control spacing more detailed; - Change color of your grid to make it visible on different backgrounds; - Create a regular grid as you have in the Photoshop; - Use vertical shift for your grid to define the right place for start; How to install: https://www.youtube.com/watch?v=88qzb4Q0yYg&t=4s *When you add an app to your website, just move your mouse to the right side of your website and panel will appear automatically.
擴展基本資訊
名稱 | |
ID | pdlijdgndkknkpbjgpjlipjmjcgidkad |
官方網址 | https://chrome.google.com/webstore/detail/wix-grid/pdlijdgndkknkpbjgpjlipjmjcgidkad |
簡介 | Wix Grid - is the app created for the professional designers. Now you can create and use modular grid in the process of designing… |
檔案大小 | 17.29 KB |
安裝次數 | 711 |
目前版本 | 1.0.3 |
更新時間 | 2017-03-02 |
上架時間 | 2017-03-02 |
評分 | 4.20/5 共 5 次評分 |
開發者 | Andrew Gargay |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Wix Grid", "version": "1.0.3", "icons": { "16": "icon16.png", "48": "icon48.png", "32": "icon32.png", "128": "icon128.png" }, "manifest_version": 2, "content_scripts": [ { "js": [ "contentscript.js" ], "matches": [ "*:\/\/editor.wix.com\/html\/editor\/web\/renderer\/*" ], "all_frames": true } ], "permissions": [ "activeTab" ], "web_accessible_resources": [ "frame.html" ] } |