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
官方網址 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
電子郵箱 [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"
            ]
        }
    ]
}