Take Your Type

Download typographies present on the internet.

Take Your Typeคืออะไร?

Take Your Type เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Tim.F และคุณลักษณะหลักของมันคือ "Download typographies present on the internet."

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        This extension simplifies access to cached typography files in the browser.
It allows the listing, downloading and conversion (ttf, woff and woff2) of typography files found on a website.                    

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

ชื่อ Take Your Type Take Your Type
ID cgnngnalbhhddahokjdkjnklkgklgehg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/take-your-type/cgnngnalbhhddahokjdkjnklkgklgehg
คำอธิบาย Download typographies present on the internet.
ขนาดไฟล์ 712 KB
จำนวนการติดตั้ง 93
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2021-03-18
วันที่เผยแพร่ 2021-03-11
คะแนน 5.00/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา Tim.F
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Take Your Type",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.0.1",
    "permissions": [
        "debugger",
        "tabs",
        "contextMenus",
        "storage",
        "",
        "activeTab",
        "downloads"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "options_page": "options.html",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "manifest_version": 2
}