Add Search to Google Fonts in Webflow

Now Webflow users can add Google Fonts faster.

Add Search to Google Fonts in Webflowคืออะไร?

Add Search to Google Fonts in Webflow เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Gianfranco Piana และคุณลักษณะหลักของมันคือ "Now Webflow users can add Google Fonts faster."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Add Search to Google Fonts in Webflow

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

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

                        This Chrome extension can be used as a replacement for the default dropdown list under your Project settings in Webflow.

Key features of this extension include:

• Built-in search functionality with autocomplete behavior that allows you to easily find the fonts you're looking for.

• Built-in keyboard navigation using arrow keys for faster and more convenient font selection.

• Prevention of duplicate font entries on projects, ensuring that your font choices are streamlined and efficient.

• Updating of the "Add Font" button label to match the selected font. For example, if you select "Roboto," the "Add Font" button will be updated to say "Add Roboto."

• Following of WAI-ARIA Authoring Practices for better accessibility.

This extension does not track any user data and is not affiliated with Webflow, Inc.                    

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

ชื่อ Add Search to Google Fonts in Webflow Add Search to Google Fonts in Webflow
ID odeioiloofmgfefkignkhabjiliagljo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/add-search-to-google-font/odeioiloofmgfefkignkhabjiliagljo
คำอธิบาย Now Webflow users can add Google Fonts faster.
ขนาดไฟล์ 13.87 KB
จำนวนการติดตั้ง 608
เวอร์ชันปัจจุบัน 0.0.6
อัปเดตครั้งล่าสุด 2023-03-07
วันที่เผยแพร่ 2020-07-02
คะแนน 3.67/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Gianfranco Piana
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https://github.com/gianfrancopiana/wf-google-fonts-search
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Add Search to Google Fonts in Webflow",
    "version": "0.0.6",
    "author": "Gianfranco Piana ",
    "homepage_url": "https:\/\/gianfrancopiana.com\/",
    "description": "Now Webflow users can add Google Fonts faster.",
    "icons": {
        "16": "icons\/icon16.png",
        "24": "icons\/icon24.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "24": "icons\/icon24.png",
            "32": "icons\/icon32.png"
        },
        "default_title": "Google Fonts Search for Webflow"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/webflow.com\/dashboard\/*"
            ],
            "js": [
                "js\/content.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "permissions": [
        "activeTab"
    ],
    "host_permissions": [
        "*:\/\/webflow.com\/dashboard\/*"
    ]
}