OLI Grid CSS
Draws a customizable grid on top of a website. check designs that follow a grid-based layout. Bootstrap,Foundation,Skeleton,Yaml..
什么是OLI Grid CSS?
OLI Grid CSS是由kushan4157开发的Chrome扩展程序,该扩展的主要功能是“Draws a customizable grid on top of a website. check designs that follow a grid-based layout. Bootstrap,Foundation,Skeleton,Yaml..”。
下载OLI Grid CSS扩展crx文件
下载OLI Grid CSS扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
名称 | |
ID | cjgbgacfoeceaeahjbeiedingmdbehgb |
官方URL | https://chrome.google.com/webstore/detail/oli-grid-css/cjgbgacfoeceaeahjbeiedingmdbehgb |
简介 | Draws a customizable grid on top of a website. check designs that follow a grid-based layout. Bootstrap,Foundation,Skeleton,Yaml.. |
文件大小 | 12.74 KB |
安装次数 | 252 |
当前版本 | 1 |
更新时间 | 2017-03-01 |
上架时间 | 2017-03-01 |
评分 | 5.00/5 共1次评分 |
开发者 | kushan4157 |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Draws a customizable grid on top of a website. check designs that follow a grid-based layout. Bootstrap,Foundation,Skeleton,Yaml..", "manifest_version": 2, "name": "OLI Grid CSS", "short_name": "OLI Grid", "version": "1", "homepage_url": "http:\/\/www.kushan.info", "icons": { "48": "icons\/icon-48.png", "64": "icons\/icon-64.png", "128": "icons\/icon-128.png" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "storage" ], "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "css": [ "content_scripts\/grid.css" ], "js": [ "content_scripts\/grid.js" ] } ], "browser_action": { "default_icon": { "48": "icons\/icon-48.png", "64": "icons\/icon-64.png", "128": "icons\/icon-128.png" }, "default_title": "Toggle GRID", "default_popup": "popup\/config.html" } } |