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.
擴展基本資訊
名稱 | NV Static Grid |
ID | ofkmgjkekkjganjkgjlenndbalgidphg |
官方網址 | 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" } } |