Gematria Assistant
Compare phrases and their gematrias
Τι είναι το Gematria Assistant;
Το Gematria Assistant είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.kitzur.net, και η κύρια λειτουργία του είναι "Compare phrases and their gematrias".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Gematria Assistant
Λήψη αρχείων επέκτασης Gematria Assistant σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Gematria Assistant |
ID | mgfjmdaddbahojefdgcpjbpgdbmeapel |
Επίσημο URL | https://chromewebstore.google.com/detail/gematria-assistant/mgfjmdaddbahojefdgcpjbpgdbmeapel |
Περιγραφή | Compare phrases and their gematrias |
Μέγεθος Αρχείου | 26.8 KB |
Αριθμός Εγκαταστάσεων | 138 |
Τρέχουσα Έκδοση | 5.1.0.0 |
Τελευταία Ενημέρωση | 2013-01-26 |
Ημερομηνία Δημοσίευσης | 2013-01-26 |
Αξιολόγηση | 2.67/5 Συνολικά 3 Αξιολογήσεις |
Προγραμματιστής | https://www.kitzur.net |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | 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" ] } ] } |