Gematria Assistant

Compare phrases and their gematrias

Gematria Assistant là gì?

Gematria Assistant là một tiện ích mở rộng Chrome được phát triển bởi https://www.kitzur.net, và tính năng chính của nó là "Compare phrases and their gematrias".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Gematria Assistant

Tải xuống các tệp mở rộng Gematria Assistant dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Gematria Assistant Gematria Assistant
ID mgfjmdaddbahojefdgcpjbpgdbmeapel
URL Chính Thức https://chromewebstore.google.com/detail/gematria-assistant/mgfjmdaddbahojefdgcpjbpgdbmeapel
Mô tả Compare phrases and their gematrias
Kích Thước Tệp 26.8 KB
Số Lần Cài Đặt 138
Phiên Bản Hiện Tại 5.1.0.0
Cập Nhật Lần Cuối 2013-01-26
Ngày Phát Hành 2013-01-26
Đánh Giá 2.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển https://www.kitzur.net
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}