NV Static Grid
Static grid for the website
什么是NV Static Grid?
NV Static Grid是由Nitesh Vaidya开发的Chrome扩展程序,该扩展的主要功能是“Static grid for the website”。
扩展截图
下载NV Static Grid扩展crx文件
下载NV Static Grid扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Static 12 column grid for tab and above devices.
Static 4 column grid for the mobile. 扩展基本信息
| 名称 | |
| ID | ofkmgjkekkjganjkgjlenndbalgidphg |
| 官方URL | https://chromewebstore.google.com/detail/nv-static-grid/ofkmgjkekkjganjkgjlenndbalgidphg |
| 简介 | Static grid for the website |
| 文件大小 | 3.87 KB |
| 安装次数 | 75 |
| 当前版本 | 1.0.1 |
| 更新时间 | 2022-05-06 |
| 上架时间 | 2022-05-06 |
| 评分 | 5.00/5 共6次评分 |
| 开发者 | Nitesh Vaidya |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "NV Static Grid",
"action": [],
"manifest_version": 3,
"version": "1.0.1",
"author": "Nitesh Vaidya",
"description": "Static grid for the website",
"permissions": [
"activeTab",
"scripting"
],
"background": {
"service_worker": "background.js"
}
} | |