Gematria Assistant

Compare phrases and their gematrias

什么是Gematria Assistant?

Gematria Assistant是由https://www.kitzur.net开发的Chrome扩展程序,该扩展的主要功能是“Compare phrases and their gematrias”。

扩展截图

screenshot
screenshot

下载Gematria Assistant扩展crx文件

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