Gematria Assistant

Compare phrases and their gematrias

Gematria Assistantคืออะไร?

Gematria Assistant เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.kitzur.net และคุณลักษณะหลักของมันคือ "Compare phrases and their gematrias"

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

screenshot
screenshot

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

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

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

                        When you look for the gematria of a word or phrase, you always want to compare it to another word or phrase. This is the only extension in the Chrome store that allows you to do this, and the gematria result changes with each letter that you enter.                    

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

ชื่อ Gematria Assistant Gematria Assistant
ID mgfjmdaddbahojefdgcpjbpgdbmeapel
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/gematria-assistant/mgfjmdaddbahojefdgcpjbpgdbmeapel
คำอธิบาย Compare phrases and their gematrias
ขนาดไฟล์ 26.8 KB
จำนวนการติดตั้ง 138
เวอร์ชันปัจจุบัน 5.1.0.0
อัปเดตครั้งล่าสุด 2013-01-26
วันที่เผยแพร่ 2013-01-26
คะแนน 2.67/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา https://www.kitzur.net
ประเภทการชำระเงิน free
ภาษาที่รองรับ iw
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Gematria Assistant",
    "manifest_version": 2,
    "version": "5.1.0.0",
    "description": "Compare phrases and their gematrias",
    "content_security_policy": "default-src 'none'; script-src 'self'",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.google.com\/*"
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "code.js"
            ]
        }
    ]
}