Definition finder

Find Definition FAST

什麼是Definition finder?

Definition finder是由https://eden-mann.blogspot.com開發的Chrome擴展程式,該擴展的主要功能是“Find Definition FAST”。

擴展截圖

screenshot
screenshot
screenshot

下載Definition finder擴展crx文件

下載Definition finder擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        This extension is created for searching for definitions fast.
All you have to do is open the extension up in the top right hand corner and then click on the magnifying glass icon to launch the extension.Then you just have to type in the word you want to find out the definition for and press enter or click the search logo.Then a new tab will launch on "dictionary.reference.com"
with your result on the page...


(I do no own http://dictionary.reference.com i am using there site just like a user would be making it automatic and faster)                    

擴展基本資訊

名稱 Definition finder Definition finder
ID gfolphmpnkkhkmcfofbjkkbidocjkmgo
官方網址 https://chromewebstore.google.com/detail/definition-finder/gfolphmpnkkhkmcfofbjkkbidocjkmgo
簡介 Find Definition FAST
檔案大小 124 KB
安裝次數 56
目前版本 1.0
更新時間 2019-03-08
上架時間 2019-03-07
開發者 https://eden-mann.blogspot.com
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Definition finder",
    "version": "1.0",
    "description": "Find Definition FAST",
    "icons": {
        "48": "img\/ICON-Padding.png",
        "128": "img\/ICON-Padding.png",
        "16": "img\/ICON-Padding.png"
    },
    "browser_action": {
        "default_icon": "img\/480px-Magnifying_glass.png",
        "default_title": "Press the button to see more actions",
        "default_popup": "popup.html"
    },
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "tabs"
    ]
}