Gematria Assistant

Compare phrases and their gematrias

What is Gematria Assistant?

Gematria Assistant is a Chrome extension developed by https://www.kitzur.net, and its main feature is "Compare phrases and their gematrias".

Extension Screenshots

screenshot
screenshot

Download Gematria Assistant Extension CRX File

Download Gematria Assistant extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Gematria Assistant Gematria Assistant
ID mgfjmdaddbahojefdgcpjbpgdbmeapel
Official URL https://chromewebstore.google.com/detail/gematria-assistant/mgfjmdaddbahojefdgcpjbpgdbmeapel
Description Compare phrases and their gematrias
File Size 26.8 KB
Installation Count 138
Current Version 5.1.0.0
Last Updated 2013-01-26
Publish Date 2013-01-26
Rating 2.67/5 Total 3 Ratings
Developer https://www.kitzur.net
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}