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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
}