FrazeIt

Get access to more than 100M daily use sentences with this one simple interface right from your browser.

FrazeItคืออะไร?

FrazeIt เป็นส่วนขยายของ Chrome ที่พัฒนาโดย FrazeIt และคุณลักษณะหลักของมันคือ "Get access to more than 100M daily use sentences with this one simple interface right from your browser."

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Why FrazeIt?

1. Give you access to more than 100 millions daily used phrases written by professional writers.

2. Definitions, synomyms, translation, speech support and more.

3. Sentences display in its original context.

4. Access to more than 70K famous quotes.

5. Create, save and search your own content.

6. Apply 1 or more filters to your search result. Filters include:
 - Sources (daily used, famous,etc) 
 - Forms (Interrogative,negative,etc) 
 - Rules(Starts/ends with) 
 - Context(Business,education,etc) 
 - Zone(US,UK) 
 - Tense(past,present,future,etc)

7. English, French, Italian, German, Spanish and Portugese supported.

8. Completely free.                    

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

ชื่อ FrazeIt FrazeIt
ID mjacalbmcggmgbcnkhpdnodbkcmioanm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/frazeit/mjacalbmcggmgbcnkhpdnodbkcmioanm
คำอธิบาย Get access to more than 100M daily use sentences with this one simple interface right from your browser.
ขนาดไฟล์ 8.05 KB
จำนวนการติดตั้ง 277
เวอร์ชันปัจจุบัน 1.27
อัปเดตครั้งล่าสุด 2014-05-18
วันที่เผยแพร่ 2014-05-18
คะแนน 4.43/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา FrazeIt
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FrazeIt",
    "description": "Get access to more than 100M daily use sentences with this one simple interface right from your browser.",
    "version": "1.27",
    "permissions": [
        "contextMenus",
        "tabs",
        ""
    ],
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "manifest_version": 2
}