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 |
官方網址 | 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" } } |