Find sentence examples
Search for sentence examples of the selected text
什么是Find sentence examples?
Find sentence examples是由Quy Nguyen开发的Chrome扩展程序,该扩展的主要功能是“Search for sentence examples of the selected text”。
扩展截图
下载Find sentence examples扩展crx文件
下载Find sentence examples扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Search for sentence examples of the selected text
扩展基本信息
名称 | |
ID | ghoefpijelienlldlkgnlgihkjgdllok |
官方URL | https://chrome.google.com/webstore/detail/find-sentence-examples/ghoefpijelienlldlkgnlgihkjgdllok |
简介 | Search for sentence examples of the selected text |
文件大小 | 44.53 KB |
安装次数 | 320 |
当前版本 | 1.0 |
更新时间 | 2018-01-01 |
上架时间 | 2018-01-01 |
评分 | 5.00/5 共1次评分 |
开发者 | Quy Nguyen |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Find sentence examples", "version": "1.0", "manifest_version": 2, "description": "Search for sentence examples of the selected text", "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "browser_action": { "default_icon": "icon.png" }, "background": { "scripts": [ "your_dictionary.js" ] }, "permissions": [ "activeTab", "contextMenus" ], "author": [ { "name": "Quy Nguyen", "email": "[email protected]" } ] } |