WordComplex (English Dictionary)
Add extra meaning to your web browsing. Look up for definitions while you are on web.
什麼是WordComplex (English Dictionary)?
WordComplex (English Dictionary)是由Rajdeep Chauhan開發的Chrome擴展程式,該擴展的主要功能是“Add extra meaning to your web browsing. Look up for definitions while you are on web.”。
擴展截圖
下載WordComplex (English Dictionary)擴展crx文件
下載WordComplex (English Dictionary)擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Double click on any word to look up its definition while you are browsing. Look up for definitions in WordComplex browser action and open desktop dictionary by clicking wordcomplex icon. You can go forward and backward in your currently searched words. Save the words to look up in future.
擴展基本資訊
名稱 | |
ID | abiafidebmalgeploojmmpaplaglhhaf |
官方網址 | https://chrome.google.com/webstore/detail/wordcomplex-english-dicti/abiafidebmalgeploojmmpaplaglhhaf |
簡介 | Add extra meaning to your web browsing. Look up for definitions while you are on web. |
檔案大小 | 73.07 KB |
安裝次數 | 234 |
目前版本 | 2.1 |
更新時間 | 2019-05-19 |
上架時間 | 2019-05-19 |
評分 | 4.00/5 共 4 次評分 |
開發者 | Rajdeep Chauhan |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "WordComplex (English Dictionary)", "description": "Add extra meaning to your web browsing. Look up for definitions while you are on web.", "version": "2.1", "short_name": "WC", "browser_action": { "default_icon": "icon128.png", "default_popup": "popup.html", "default_title": "WordComplex" }, "icons": { "16": "icon16.png", "19": "icon19.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "tip.css" ], "js": [ "content_script.js" ] } ], "background": { "scripts": [ "eventPage.js" ], "persistent": false }, "web_accessible_resources": [ "speaker.jpg" ], "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "tts", "storage" ] } |