Gematria Assistant
Compare phrases and their gematrias
Gematria Assistant क्या है?
Gematria Assistant https://www.kitzur.net द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Compare phrases and their gematrias"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Gematria Assistant एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" ] } ] } |