designr

Inspect CSS styles and save snapshots of web components and designs

designrคืออะไร?

designr เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Angelina Tsuboi และคุณลักษณะหลักของมันคือ "Inspect CSS styles and save snapshots of web components and designs"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย designr

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
            ]
        }
    ]
}