Gematria Assistant

Compare phrases and their gematrias

Co to jest Gematria Assistant?

Gematria Assistant to rozszerzenie Chrome opracowane przez https://www.kitzur.net, a jego główną funkcją jest „Compare phrases and their gematrias”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Gematria Assistant

Pobierz pliki rozszerzeń Gematria Assistant w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Gematria Assistant Gematria Assistant
ID mgfjmdaddbahojefdgcpjbpgdbmeapel
Oficjalny URL https://chromewebstore.google.com/detail/gematria-assistant/mgfjmdaddbahojefdgcpjbpgdbmeapel
Opis Compare phrases and their gematrias
Rozmiar pliku 26.8 KB
Liczba instalacji 138
Aktualna Wersja 5.1.0.0
Ostatnia Aktualizacja 2013-01-26
Data Publikacji 2013-01-26
Ocena 2.67/5 Łącznie 3 Oceny
Deweloper https://www.kitzur.net
Typ Płatności free
Obsługiwane Języki 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"
            ]
        }
    ]
}