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
电子邮箱 [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"
    }
}