Gematria Assistant
Compare phrases and their gematrias
Wat is Gematria Assistant?
Gematria Assistant is een Chrome-extensie ontwikkeld door https://www.kitzur.net, en de belangrijkste functie is "Compare phrases and their gematrias".
Extensie Screenshots
Download het CRX-bestand van de extensie Gematria Assistant
Download Gematria Assistant-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Gematria Assistant |
ID | mgfjmdaddbahojefdgcpjbpgdbmeapel |
Officiële URL | https://chromewebstore.google.com/detail/gematria-assistant/mgfjmdaddbahojefdgcpjbpgdbmeapel |
Beschrijving | Compare phrases and their gematrias |
Bestandsgrootte | 26.8 KB |
Aantal Installaties | 138 |
Huidige Versie | 5.1.0.0 |
Laatst Bijgewerkt | 2013-01-26 |
Publicatiedatum | 2013-01-26 |
Beoordeling | 2.67/5 Totaal 3 Beoordelingen |
Ontwikkelaar | https://www.kitzur.net |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } ] } |