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
官方網址 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"
            ]
        }
    ]
}