designr

Inspect CSS styles and save snapshots of web components and designs

designrとは何ですか?

designrはAngelina Tsuboiによって開発されたChromeの拡張機能で、その主な機能は「Inspect CSS styles and save snapshots of web components and designs」です。

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

screenshot
screenshot
screenshot
screenshot

designr拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        designr is an open-source browser extension designed to inspect and save CSS styling on web pages. designr provides information about element styles and save the styles into a palette for later use. designr is a simple and intuitive way for designers and web developers to save CSS references 🎨.

This is a free and simple little plugin that helps you as a web developer, designer, or anyone who wants analyze and save website styling 💜

If you would like to contribute, please visit the GitHub repository:
https://github.com/ANG13T/designr

Additionally, visit my website to learn more about my projects and support my work! angelinatsuboi.net                    

拡張機能の基本情報

名前 designr designr
ID llojjggmiihgebjhofkcedffdfdfeegn
公式URL https://chromewebstore.google.com/detail/designr/llojjggmiihgebjhofkcedffdfdfeegn
説明 Inspect CSS styles and save snapshots of web components and designs
ファイルサイズ 214 KB
インストール数 365
現在のバージョン 1.0.0
最終更新日 2023-03-19
公開日 2023-03-19
評価 5.00/5 合計 2 レビュー
開発者 Angelina Tsuboi
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/ANG13T/designr
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "designr",
    "version": "1.0.0",
    "description": "Inspect CSS styles and save snapshots of web components and designs",
    "author": "Angelina Tsuboi",
    "homepage_url": "https:\/\/github.com\/ANG13T\/designr",
    "icons": {
        "16": "assets\/icons\/icon16.png",
        "48": "assets\/icons\/icon48.png",
        "128": "assets\/icons\/icon128.png"
    },
    "manifest_version": 3,
    "permissions": [
        "storage",
        "tabs",
        "activeTab",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_title": "designr",
        "default_popup": "index.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/background.js"
            ]
        }
    ]
}