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
}