Faster Vin Generator

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

Faster Vin Generator là gì?

Faster Vin Generator là một tiện ích mở rộng Chrome được phát triển bởi brandonrudisel, và tính năng chính của nó là "The world's fastest and most feature rich Vehicle Identification Number Generator".

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

screenshot

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

Tải xuống các tệp mở rộng Faster Vin Generator 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

                        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.                    

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

Tên Faster Vin Generator Faster Vin Generator
ID kobnhfnaajceknpilmacpnlbgapmchid
URL Chính Thức https://chromewebstore.google.com/detail/faster-vin-generator/kobnhfnaajceknpilmacpnlbgapmchid
Mô tả The world's fastest and most feature rich Vehicle Identification Number Generator
Kích Thước Tệp 47.03 KB
Số Lần Cài Đặt 429
Phiên Bản Hiện Tại 1.6.1.7
Cập Nhật Lần Cuối 2020-12-28
Ngày Phát Hành 2019-11-30
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển brandonrudisel
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}