FrazeIt

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

FrazeIt क्या है?

FrazeIt 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 फ़ाइल डाउनलोड करें

crx प्रारूप में FrazeIt एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
}