FrazeIt

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

什麼是FrazeIt?

FrazeIt是由FrazeIt開發的Chrome擴展程式,該擴展的主要功能是“Get access to more than 100M daily use sentences with this one simple interface right from your browser.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載FrazeIt擴展crx文件

下載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
官方網址 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
}