Thai Citizen ID Generator

Generate valid Thai Citizen ID numbers.

Thai Citizen ID Generator란 무엇입니까?

Thai Citizen ID Generator은(는) jomkongvut에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Generate valid Thai Citizen ID numbers."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Thai Citizen ID Generator 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Thai Citizen ID Generator is a simple and user-friendly Chrome extension that allows you to generate valid Thai Citizen ID numbers quickly and easily. The generated ID numbers can be used for testing purposes or as placeholders in development projects.

Key features:

Generate valid Thai Citizen IDs: The extension ensures that the generated ID numbers follow the correct format and are valid according to the Thai Citizen ID numbering system.

No leading zeros: The extension guarantees that the generated ID numbers will not start with a zero, ensuring a more realistic ID number.

Easy copy functionality: Simply click on the generated ID to copy it to your clipboard. A small alert will notify you when the ID has been successfully copied.

Fast and lightweight: The Thai Citizen ID Generator is designed to be efficient and lightweight, causing no impact on your browser's performance.

Please note that this extension is intended for development and testing purposes only and should not be used to generate fake Thai Citizen IDs for any illegal activities. By using this extension, you agree to use it responsibly and in accordance with the law.

Disclaimer: This extension is not affiliated with or endorsed by any government agency or organization in Thailand.                    

확장 프로그램 기본 정보

이름 Thai Citizen ID Generator Thai Citizen ID Generator
ID epjdfiocihakcbcndegikddpdokoanip
공식 URL https://chromewebstore.google.com/detail/thai-citizen-id-generator/epjdfiocihakcbcndegikddpdokoanip
설명 Generate valid Thai Citizen ID numbers.
파일 크기 28.3 KB
설치 횟수 148
현재 버전 1.0
최근 업데이트 2023-03-26
출시 날짜 2023-03-26
평점 5.00/5 총 1 개의 평점
개발자 jomkongvut
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Thai Citizen ID Generator",
    "version": "1.0",
    "description": "Generate valid Thai Citizen ID numbers.",
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icon16.png",
            "48": "icon48.png",
            "128": "icon128.png"
        }
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}