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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
            ]
        }
    ]
}