Gematria Assistant

Compare phrases and their gematrias

Cos'è Gematria Assistant?

Gematria Assistant è un'estensione di Chrome sviluppata da https://www.kitzur.net, e la sua funzione principale è "Compare phrases and their gematrias".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Gematria Assistant

Scarica i file di estensione Gematria Assistant in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Gematria Assistant Gematria Assistant
ID mgfjmdaddbahojefdgcpjbpgdbmeapel
URL Ufficiale https://chromewebstore.google.com/detail/gematria-assistant/mgfjmdaddbahojefdgcpjbpgdbmeapel
Descrizione Compare phrases and their gematrias
Dimensione del File 26.8 KB
Conteggio Installazioni 138
Versione Corrente 5.1.0.0
Ultimo Aggiornamento 2013-01-26
Data di Pubblicazione 2013-01-26
Valutazione 2.67/5 Totale 3 Valutazioni
Sviluppatore https://www.kitzur.net
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}