Wordifi

Wordifi is a word finder that can help with crossword puzzles, Scrabble, Words with Friends, Words by Post and other word games.

Wordifi là gì?

Wordifi là một tiện ích mở rộng Chrome được phát triển bởi https://www.wordifi.com, và tính năng chính của nó là "Wordifi is a word finder that can help with crossword puzzles, Scrabble, Words with Friends, Words by Post and other word games.".

Ả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 Wordifi

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

                        Wordifi is a word finder that can help with crossword puzzles, Scrabble, Words with Friends, Words by Post and other word type games - and it's lightning fast.                    

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

Tên Wordifi Wordifi
ID ihplfpboonpgpbbiiamgkikggkkeedid
URL Chính Thức https://chrome.google.com/webstore/detail/ihplfpboonpgpbbiiamgkikggkkeedid
Mô tả Wordifi is a word finder that can help with crossword puzzles, Scrabble, Words with Friends, Words by Post and other word games.
Kích Thước Tệp 13.43 KB
Số Lần Cài Đặt 146
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2016-02-27
Ngày Phát Hành 2016-02-27
Đánh Giá 3.40/5 Tổng số 5 Đánh Giá
Nhà Phát Triển https://www.wordifi.com
Loại Thanh Toán free
Trang Web Mở Rộng https://www.wordifi.com
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Wordifi",
    "description": "Wordifi is a word finder that can help with crossword puzzles, Scrabble, Words with Friends, Words by Post and other word games.",
    "version": "1.1",
    "icons": {
        "16": "img\/icon_16.png",
        "48": "img\/icon_48.png",
        "128": "img\/icon_128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*",
            "*:\/\/www.wordifi.com\/*"
        ]
    },
    "browser_action": {
        "default_icon": "img\/icon_24.png"
    }
}