Vocapp

文章目录

应用简介

这是一个单词查询,学习的插件。主要有以下功能:
1. 可以实时查询一个单词的意思(双击或者cmd/ctrl触发)。
2. 查询了单词以后单词会被存进用户的单词本以便日后复习(www.getvocapp.com)

功能演示

配置文件

1{"manifest_version":2,"name":"Vocapp Beta","description":"Vocapp helps you look up words with one click and automatically adds new words to your vocabulary list.","version":"1.4.3","permissions":["http:\/\/*\/*","https:\/\/*\/*","contextMenus","tabs","storage","background"],"icons":{"16":"img\/icon-16.png","48":"img\/icon-48.png","128":"img\/icon-128.png"},"browser_action":{"default_icon":"img\/favicon.png","default_popup":"popup.html"},"web_accessible_resources":["fonts\/ProximaNova-Regular.otf","fonts\/ProximaNova-Bold.otf","css\/content-script-styles.css","img\/arrow.png","img\/brown-arrow.png","img\/blue-arrow.png","img\/dictionary-loading.gif","img\/loading-within.gif","img\/blue-dictionary-loading.gif","img\/arrow-bottom.png","img\/def-icon.png","img\/V.png","img\/audio.png"],"content_scripts":[{"matches":["http:\/\/*\/*","https:\/\/*\/*"],"css":["css\/content-script-styles.css"],"js":["js\/jquery.js","js\/jquery-mousewheel-3.1.9\/jquery.mousewheel.js","js\/content_script.js"],"all_frames":true}],"background":{"persistent":false,"page":"background.html"},"options_page":"options.html","chrome_url_overrides":{"newtab":"homepage.html"}}