Word Generator

Use our free word generator tool to find anagrams and words for popular games such as Scrabble, Words with Friends and many more.

Word Generator là gì?

Word Generator là một tiện ích mở rộng Chrome được phát triển bởi https://wordgenerator.org, và tính năng chính của nó là "Use our free word generator tool to find anagrams and words for popular games such as Scrabble, Words with Friends and many more.".

Ả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 Word Generator

Tải xuống các tệp mở rộng Word 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 comprehensive website where you can find words, unscramble letters and their definitions.                    

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

Tên Word Generator Word Generator
ID fohkfdehbpijfjnhemdbkngpdhkemaoj
URL Chính Thức https://chrome.google.com/webstore/detail/word-generator/fohkfdehbpijfjnhemdbkngpdhkemaoj
Mô tả Use our free word generator tool to find anagrams and words for popular games such as Scrabble, Words with Friends and many more.
Kích Thước Tệp 9.84 KB
Số Lần Cài Đặt 157
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2018-11-06
Ngày Phát Hành 2018-11-06
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://wordgenerator.org
Loại Thanh Toán free
Trang Web Mở Rộng https://wordgenerator.org
URL Trang Trợ Giúp https://wordgenerator.org
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Word Generator",
    "version": "1.0.1",
    "description": "Use our free word generator tool to find anagrams and words for popular games such as Scrabble, Words with Friends and many more.",
    "homepage_url": "https:\/\/wordgenerator.org\/",
    "icons": {
        "16": "icon.png",
        "128": "icon_128.png"
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "background": {
        "scripts": [
            "script.js"
        ]
    }
}