Faster Vin Generator

The world's fastest and most feature rich Vehicle Identification Number Generator

Faster Vin Generator란 무엇입니까?

Faster Vin Generator은(는) brandonrudisel에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The world's fastest and most feature rich Vehicle Identification Number Generator"입니다.

확장 프로그램 스크린샷

screenshot

Faster Vin Generator 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        A Vehicle Identification Number generator.

I developed it because I and many of my co-workers use VINs to test software at work. Having random VINs readily available greatly assists in the testing of our software.

Other features:
1) Decode VINs
2) History of decoded VINs
3) History of copied VINs
4) Return only old cars
5) Return only cool cars
6) Ludicrous speed mode
7) Generate HINs (Hull Identification Numbers)

Install it for any reason you like.                    

확장 프로그램 기본 정보

이름 Faster Vin Generator Faster Vin Generator
ID kobnhfnaajceknpilmacpnlbgapmchid
공식 URL https://chromewebstore.google.com/detail/faster-vin-generator/kobnhfnaajceknpilmacpnlbgapmchid
설명 The world's fastest and most feature rich Vehicle Identification Number Generator
파일 크기 47.03 KB
설치 횟수 429
현재 버전 1.6.1.7
최근 업데이트 2020-12-28
출시 날짜 2019-11-30
평점 5.00/5 총 4 개의 평점
개발자 brandonrudisel
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Faster Vin Generator",
    "short_name": "FVG",
    "version": "1.6.1.7",
    "description": "The world's fastest and most feature rich Vehicle Identification Number Generator",
    "options_page": "options.html",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Clear Options:  CTRL + SHIFT + Y",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/v.png",
            "32": "images\/v.png",
            "48": "images\/v.png",
            "128": "images\/v.png"
        }
    },
    "icons": {
        "16": "images\/v.png",
        "32": "images\/v.png",
        "48": "images\/v.png",
        "128": "images\/v.png"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+Z"
            }
        },
        "clearOptions": {
            "suggested_key": {
                "default": "Ctrl+Shift+Y"
            },
            "description": "Clear Options"
        }
    },
    "web_accessible_resources": [
        "options.html"
    ],
    "manifest_version": 2
}