InstaWord

Learn new words on the go as you surf through the web. Select the word and InstaWord gives you the meaning, synonyms and usage.

InstaWordとは何ですか?

InstaWordはacekydによって開発されたChromeの拡張機能で、その主な機能は「Learn new words on the go as you surf through the web. Select the word and InstaWord gives you the meaning, synonyms and usage.」です。

拡張機能のスクリーンショット

screenshot

InstaWord拡張機能のCRXファイルをダウンロード

InstaWord拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        InstaWord makes learning new words much easier, you no longer have to leave the page you are reading to a dictionary or thesaurus to understand the word. All you have to do is highlight or select the word, then click on the InstaWord icon on your toolbar and InstaWord gives you the meaning, synonyms and usage example. And with that, you have learnt a new word.                    

拡張機能の基本情報

名前 InstaWord InstaWord
ID klhepdeijcfpnaolbbfjgegnoipnicln
公式URL https://chrome.google.com/webstore/detail/instaword/klhepdeijcfpnaolbbfjgegnoipnicln
説明 Learn new words on the go as you surf through the web. Select the word and InstaWord gives you the meaning, synonyms and usage.
ファイルサイズ 87.85 KB
インストール数 238
現在のバージョン 2.0
最終更新日 2016-02-07
公開日 2016-02-07
評価 4.20/5 合計 5 レビュー
開発者 acekyd
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "InstaWord",
    "version": "2.0",
    "description": "Learn new words on the go as you surf through the web. Select the word and InstaWord gives you the meaning, synonyms and usage.",
    "icons": {
        "16": "images\/icon.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "homepage_url": "http:\/\/about.me\/acekyd\/",
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "http:\/\/www.dictionaryapi.com\/*",
        "tabs",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        ""
    ],
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_title": "AceKYD's InstaWord",
        "default_popup": "popup.html"
    }
}