Anagram Solver

Solve any Anagram puzzle!

Anagram Solverคืออะไร?

Anagram Solver เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://anagramsolver.me และคุณลักษณะหลักของมันคือ "Solve any Anagram puzzle!"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Anagram Solver

ดาวน์โหลดไฟล์ส่วนขยาย Anagram Solver ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        A simple app for solving anagram word puzzles. Currently, it supports only single word anagrams but the multiword feature will be added soon.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Anagram Solver Anagram Solver
ID ikgmocleflfhkgiigigiolplpbfkipbo
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/anagram-solver/ikgmocleflfhkgiigigiolplpbfkipbo
คำอธิบาย Solve any Anagram puzzle!
ขนาดไฟล์ 8.02 KB
จำนวนการติดตั้ง 49
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2014-04-13
วันที่เผยแพร่ 2014-04-13
คะแนน 1.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา http://anagramsolver.me
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://anagramsolver.me
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Anagram Solver",
    "version": "1.0.0",
    "description": "Solve any Anagram puzzle!",
    "icons": {
        "16": "icon.png",
        "128": "icon_128.png"
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "background": {
        "scripts": [
            "script.js"
        ]
    }
}