Gematria Assistant
Compare phrases and their gematrias
Gematria Assistant란 무엇입니까?
Gematria Assistant은(는) https://www.kitzur.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Compare phrases and their gematrias"입니다.
확장 프로그램 스크린샷
Gematria Assistant 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" ] } ] } |