fancy-type

Transform your text to Unicode!

fancy-typeคืออะไร?

fancy-type เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Joseph Campuzano และคุณลักษณะหลักของมันคือ "Transform your text to Unicode!"

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

screenshot

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

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

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

                        Fancy type is an extension that allows you to transform text into a unicode representation of the same text.                    

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

ชื่อ fancy-type fancy-type
ID bhamkfhjjgmclcdfamfjibnldblmocac
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/fancy-type/bhamkfhjjgmclcdfamfjibnldblmocac
คำอธิบาย Transform your text to Unicode!
ขนาดไฟล์ 723 KB
จำนวนการติดตั้ง 1,000
เวอร์ชันปัจจุบัน 0.1.0
อัปเดตครั้งล่าสุด 2018-12-19
วันที่เผยแพร่ 2018-12-19
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Joseph Campuzano
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "fancy-type",
    "description": "Transform your text to Unicode!",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "permissions": [
        "activeTab"
    ],
    "browser_action": {
        "default_popup": "popup\/popup.html",
        "default_title": "fancy-type",
        "default_icon": {
            "19": "icons\/19.png",
            "38": "icons\/38.png"
        }
    },
    "version": "0.1.0"
}