8 Pixel Grid Reference

A quick reference to increments of 8.

8 Pixel Grid Referenceとは何ですか?

8 Pixel Grid ReferenceはSpencer Everettによって開発されたChromeの拡張機能で、その主な機能は「A quick reference to increments of 8.」です。

拡張機能のスクリーンショット

screenshot

8 Pixel Grid Reference拡張機能のCRXファイルをダウンロード

8 Pixel Grid Reference拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This extension was created for designers and developers who use the 8-point grid system in their work. The extension offers a quick reference to increments of 8.                    

拡張機能の基本情報

名前 8 Pixel Grid Reference 8 Pixel Grid Reference
ID hajjjkpjlanimlnkmfffpodokjahhnnd
公式URL https://chromewebstore.google.com/detail/8-pixel-grid-reference/hajjjkpjlanimlnkmfffpodokjahhnnd
説明 A quick reference to increments of 8.
ファイルサイズ 13.1 KB
インストール数 42
現在のバージョン 1.2
最終更新日 2021-03-01
公開日 2021-01-10
評価 5.00/5 合計 3 レビュー
開発者 Spencer Everett
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "8 Pixel Grid Reference",
    "version": "1.2",
    "description": "A quick reference to increments of 8.",
    "permissions": [
        "activeTab",
        "declarativeContent",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/get_started16.png",
            "32": "images\/get_started32.png",
            "48": "images\/get_started48.png",
            "128": "images\/get_started128.png"
        }
    },
    "icons": {
        "16": "images\/get_started16.png",
        "32": "images\/get_started32.png",
        "48": "images\/get_started48.png",
        "128": "images\/get_started128.png"
    },
    "manifest_version": 2
}