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
官方網址 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"
    }
}