Grids by Color Sets

Flexible column and baseline grids, beautifully rendered in your browser.

Grids by Color Setsคืออะไร?

Grids by Color Sets เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://colorsets.com และคุณลักษณะหลักของมันคือ "Flexible column and baseline grids, beautifully rendered in your browser."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Grids by Color Sets

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

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

                        Flexible column and baseline grids, beautifully rendered in your browser.                    

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

ชื่อ Grids by Color Sets Grids by Color Sets
ID ohmjbldcfanjibdmbfpdlffhagjedobb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/grids-by-color-sets/ohmjbldcfanjibdmbfpdlffhagjedobb
คำอธิบาย Flexible column and baseline grids, beautifully rendered in your browser.
ขนาดไฟล์ 171 KB
จำนวนการติดตั้ง 130
เวอร์ชันปัจจุบัน 0.1.4
อัปเดตครั้งล่าสุด 2019-06-29
วันที่เผยแพร่ 2019-06-24
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา https://colorsets.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://colorsets.com
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Grids by Color Sets",
    "short_name": "Grids",
    "version": "0.1.4",
    "default_locale": "en",
    "description": "Flexible column and baseline grids, beautifully rendered in your browser.",
    "homepage_url": "https:\/\/colorsets.com\/extensions\/grids",
    "author": "Color Sets",
    "incognito": "spanning",
    "permissions": [
        "activeTab",
        "contextMenus",
        "storage",
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icons\/icon-16.png",
            "32": "images\/icons\/icon-32.png",
            "48": "images\/icons\/icon-48.png",
            "128": "images\/icons\/icon-128.png"
        }
    },
    "commands": {
        "toggle-grid": {
            "suggested_key": {
                "default": "Ctrl+G",
                "mac": "MacCtrl+G"
            },
            "description": "Toggle grid display"
        }
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        "content.js"
    ],
    "icons": {
        "16": "images\/icons\/icon-16.png",
        "32": "images\/icons\/icon-32.png",
        "48": "images\/icons\/icon-48.png",
        "128": "images\/icons\/icon-128.png"
    },
    "offline_enabled": true,
    "manifest_version": 2
}