Spongy

A Google Chrome eyedropper for IBM Design Language's colors and grades.

Spongy là gì?

Spongy là một tiện ích mở rộng Chrome được phát triển bởi IBM Design, và tính năng chính của nó là "A Google Chrome eyedropper for IBM Design Language's colors and grades.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Spongy

Tải xuống các tệp mở rộng Spongy dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        If you're someone who works with the IBM Design Language's colors often, you might have a hex to brand color and grade cheatsheet with you at all times. That way when you're working with a design where all you get is hex values, you can determine which Sass mixin you need to get that same color.

Worry not! This tool will help get your brand specific color information from any website, image, or app in Google Chrome.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Spongy Spongy
ID aegfmkbdeejghbcidnjmljmjegidflfg
URL Chính Thức https://chromewebstore.google.com/detail/spongy/aegfmkbdeejghbcidnjmljmjegidflfg
Mô tả A Google Chrome eyedropper for IBM Design Language's colors and grades.
Kích Thước Tệp 40.15 KB
Số Lần Cài Đặt 64
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2017-01-24
Ngày Phát Hành 2017-01-24
Đánh Giá 3.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển IBM Design
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Spongy",
    "author": "Diego Hernandez",
    "version": "1.0.0",
    "description": "A Google Chrome eyedropper for IBM Design Language's colors and grades.",
    "browser_action": {
        "default_icon": {
            "16": "imgs\/icon_16.png",
            "24": "imgs\/icon_24.png",
            "32": "imgs\/icon_32.png"
        },
        "default_title": "IBM Design Spongy",
        "default_popup": "html\/popup.html"
    },
    "permissions": [
        "activeTab",
        ""
    ],
    "background": {
        "scripts": [
            "scripts\/background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "imgs\/icon_16.png",
        "48": "imgs\/icon_48.png",
        "128": "imgs\/icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "scripts\/main.js"
            ],
            "css": [
                "styles\/main.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "fonts\/*"
    ]
}