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
公式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
}