Homoglyphi.cc

Homoglyphi.cc obfuscates and beautifies latin characters. Enter text in any box, click the button, see the transformation.

Homoglyphi.ccคืออะไร?

Homoglyphi.cc เป็นส่วนขยายของ Chrome ที่พัฒนาโดย PWR Studio และคุณลักษณะหลักของมันคือ "Homoglyphi.cc obfuscates and beautifies latin characters. Enter text in any box, click the button, see the transformation."

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Homoglyphi.cc is a tool for creating Unicode-calligraphy. Write text into any website, run the extension and see the familiar letters shapeshift into alien, but intelligible, glyphs.   

Works with Facebook, Twitter, Soundcloud, YouTube, Gmail and basically any other site you can imagine…

A homoglyph is a symbol that has a similar form to another symbol. The Unicode Standard is a utopian masterplan where each archetypical symbol is given its own space in an immense skeletal structure reaching for the sky. The FAQ says: “Unicode covers all the characters for all the writing systems of the world, modern and ancient.” At the time of writing, 110,182 symbols are encoded. This offers possibilities for creative users wishing to beautify their writing or avoid surveillance…

Note: Homoglyphi.cc use characters from the full range of the Unicode Standard. The actual display depends on having the appropriate fonts installed. For instant full coverage we recommend Code2000 by James Kass, available from here: http://www.alanwood.net/downloads/                    

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

ชื่อ Homoglyphi.cc Homoglyphi.cc
ID cdcjoppbpegppohlhjknekbcmfakciah
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/homoglyphicc/cdcjoppbpegppohlhjknekbcmfakciah
คำอธิบาย Homoglyphi.cc obfuscates and beautifies latin characters. Enter text in any box, click the button, see the transformation.
ขนาดไฟล์ 49.96 KB
จำนวนการติดตั้ง 70
เวอร์ชันปัจจุบัน 0.2.0
อัปเดตครั้งล่าสุด 2013-10-06
วันที่เผยแพร่ 2013-10-06
คะแนน 5.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา PWR Studio
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Homoglyphi.cc",
    "version": "0.2.0",
    "homepage_url": "http:\/\/www.homoglyphi.cc",
    "icons": {
        "19": "img\/icon.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "description": "Homoglyphi.cc obfuscates and beautifies latin characters. Enter text in any box, click the button, see the transformation.",
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "data-clear.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Homoglyphi.cc",
        "default_icon": "img\/icon.png"
    },
    "manifest_version": 2
}