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" ] } ] } |