Design Sidekick

Your web design & marketing BFF. Find, copy and save colors, fonts and styles from the current page. Optimize your SEO.

Design Sidekickคืออะไร?

Design Sidekick เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://designsidekick.io และคุณลักษณะหลักของมันคือ "Your web design & marketing BFF. Find, copy and save colors, fonts and styles from the current page. Optimize your SEO."

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Design Sidekick ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Speed up your workflow, get inspired, and manage your website's SEO with a little help from Design Sidekick!

Instantly find colors and fonts on any webpage:
Find out which colors and fonts are used on any website. Copy to your clipboard or save to your favorites library

Quickly inspect page elements:  
Click on any page element using Design Sidekick's inspector to view its design styles without having to open Dev tools. Copy the CSS to your clipboard or save the style for later. 

Optimize your page for search and social: 
Design Sidekick generates an SEO and Open Graph tag checklist to make sure you have all necessary tags and content structure to make a splash in search results and social media feeds. 

Do more with a Pagecloud account: 
Create a free Pagecloud account to get unlimited favorites, and have your favorites sync to your Pagecloud library. The easiest way to build and manage a website! 

With Design Sidekick you can: 
- View a list of all colors, fonts and type styles used on a web page
- Inspect a page element to view all design styles used 
- Copy any design style to your clipboard 
- Paste styles directly onto objects in your Pagecloud website 
- Create a library of favorite styles to save for later
- View a page's content structure 
- Identify missing SEO and Open Graph tags 
- View an Open Graph preview
- Synchronize your favorites across all your chrome browsers (requires a free Pagecloud account)
- Start editing your Pagecloud pages directly from the extension

Design Sidekick is a free extension created by Pagecloud to make website building, editing, and managing even easier.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Design Sidekick Design Sidekick
ID epekgglefmpgabghnmnbinmhlbhkpbgk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/design-sidekick/epekgglefmpgabghnmnbinmhlbhkpbgk
คำอธิบาย Your web design & marketing BFF. Find, copy and save colors, fonts and styles from the current page. Optimize your SEO.
ขนาดไฟล์ 493 KB
จำนวนการติดตั้ง 2,431
เวอร์ชันปัจจุบัน 0.0.13
อัปเดตครั้งล่าสุด 2023-02-27
วันที่เผยแพร่ 2023-01-18
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา https://designsidekick.io
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://pagecloud.com/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Design Sidekick",
    "description": "Your web design & marketing BFF. Find, copy and save colors, fonts and styles from the current page. Optimize your SEO.",
    "version": "0.0.13",
    "manifest_version": 3,
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_popup": "build\/popup.html",
        "default_title": "Design Sidekick"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "service_worker": "build\/background.js"
    },
    "host_permissions": [
        "https:\/\/app.pagecloud.com\/*",
        "https:\/\/local.pagecloud.com:8000\/*"
    ],
    "commands": {
        "toggle-selection": {
            "suggested_key": {
                "default": "Alt+P",
                "mac": "MacCtrl+P"
            },
            "description": "Start selecting objects in the Design Sidekick extension."
        }
    }
}