IsoGrid

Grid layout for multiple breakpoints.

IsoGridคืออะไร?

IsoGrid เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Rahimoddin Naikwade และคุณลักษณะหลักของมันคือ "Grid layout for multiple breakpoints."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย IsoGrid

ดาวน์โหลดไฟล์ส่วนขยาย IsoGrid ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Shows a responsive grid overlay on top of an existing page. Based on grid
which has a container maximum width, columns with fixed margins (gutters), variable
number of columns between layouts, and 3 layouts: "small" (mobile), "medium" (tablet)
and "large" (desktop).                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ IsoGrid IsoGrid
ID jdapemohiapedeenfhnejdpaclboieln
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/isogrid/jdapemohiapedeenfhnejdpaclboieln
คำอธิบาย Grid layout for multiple breakpoints.
ขนาดไฟล์ 11.12 KB
จำนวนการติดตั้ง 279
เวอร์ชันปัจจุบัน 1
อัปเดตครั้งล่าสุด 2018-10-15
วันที่เผยแพร่ 2018-10-15
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Rahimoddin Naikwade
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "IsoGrid",
    "description": "Grid layout for multiple breakpoints.",
    "version": "1",
    "author": "Rahimoddin Naikwade",
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Isobar Grid Layout",
        "default_icon": {
            "16": "images\/isogrid_16.png",
            "32": "images\/isogrid_32.png",
            "48": "images\/isogrid_48.png",
            "128": "images\/isogrid_128.png"
        }
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "images\/isogrid_16.png",
        "32": "images\/isogrid_32.png",
        "48": "images\/isogrid_48.png",
        "128": "images\/isogrid_128.png"
    },
    "permissions": [
        "storage",
        "declarativeContent",
        "activeTab"
    ],
    "options_page": "options.html"
}