Gematria Assistant

Compare phrases and their gematrias

Was ist Gematria Assistant?

Gematria Assistant ist eine Chrome-Erweiterung, die von https://www.kitzur.net entwickelt wurde, und ihr Hauptmerkmal ist "Compare phrases and their gematrias".

Erweiterungsscreenshots

screenshot
screenshot

Gematria Assistant-Erweiterungs-CRX-Datei herunterladen

Laden Sie Gematria Assistant-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Gematria Assistant Gematria Assistant
ID mgfjmdaddbahojefdgcpjbpgdbmeapel
Offizielle URL https://chromewebstore.google.com/detail/gematria-assistant/mgfjmdaddbahojefdgcpjbpgdbmeapel
Beschreibung Compare phrases and their gematrias
Dateigröße 26.8 KB
Installationsanzahl 138
Aktuelle Version 5.1.0.0
Letztes Update 2013-01-26
Veröffentlichungsdatum 2013-01-26
Bewertung 2.67/5 Insgesamt 3 Bewertungen
Entwickler https://www.kitzur.net
Zahlungsart free
Unterstützte Sprachen 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"
            ]
        }
    ]
}