Word Finder

Quick unscrambler that you can use to find words that can be written in specific letters.

Word Finder là gì?

Word Finder là một tiện ích mở rộng Chrome được phát triển bởi https://wordfinder.online, và tính năng chính của nó là "Quick unscrambler that you can use to find words that can be written in specific letters.".

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

screenshot
screenshot
screenshot

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

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

                        The magical power of anagrams.

Are you a fan of Anagram? Then you've come to the right address. Word unscrambler helps you solve different word problems, anagrams are one of them. This section will help to derive new words by replacing the letters.                    

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

Tên Word Finder Word Finder
ID ldghbkpojoachhbjigmapkkllklnlpld
URL Chính Thức https://chromewebstore.google.com/detail/word-finder/ldghbkpojoachhbjigmapkkllklnlpld
Mô tả Quick unscrambler that you can use to find words that can be written in specific letters.
Kích Thước Tệp 10.31 KB
Số Lần Cài Đặt 35
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2021-03-18
Ngày Phát Hành 2020-11-25
Nhà Phát Triển https://wordfinder.online
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://wordfinder.online/
URL Trang Trợ Giúp https://wordfinder.online/contact
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Word Finder",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Quick unscrambler that you can use to find words that can be written in specific letters.",
    "icons": {
        "16": "icon.png",
        "128": "icon_128.png"
    },
    "homepage_url": "https:\/\/wordfinder.online",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "background": {
        "scripts": [
            "script.js"
        ]
    }
}