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