Better English
An extension that helps you to pick the right english phrase to use based on the search engine results.
什么是Better English?
Better English是由nganhtuan63开发的Chrome扩展程序,该扩展的主要功能是“An extension that helps you to pick the right english phrase to use based on the search engine results.”。
扩展截图
下载Better English扩展crx文件
下载Better English扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
An extension that helps you to pick the right english phrase to use based on the search engine results.
扩展基本信息
名称 | |
ID | mdgkndmiobadgmcfmjnlibpckaldiadp |
官方URL | https://chrome.google.com/webstore/detail/better-english/mdgkndmiobadgmcfmjnlibpckaldiadp |
简介 | An extension that helps you to pick the right english phrase to use based on the search engine results. |
文件大小 | 61.67 KB |
安装次数 | 12 |
当前版本 | 1.0.0 |
更新时间 | 2013-08-23 |
上架时间 | 2013-08-23 |
评分 | 4.50/5 共2次评分 |
开发者 | nganhtuan63 |
付费类型 | free |
扩展官网 | http://mr80.net/index.php/better-english |
帮助页面URL | http://mr80.net/index.php/better-english |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Better English", "version": "1.0.0", "description": "", "manifest_version": 2, "browser_action": { "default_icon": "gfx\/icon19.png", "default_popup": "popup.html", "default_title": "Better English" }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+1", "mac": "Command+1" } } }, "background": { "page": "bg.htm" }, "icons": { "128": "gfx\/icon128.png", "16": "gfx\/icon16.png", "32": "gfx\/icon32.png", "48": "gfx\/icon48.png" }, "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "tabs", "chrome:\/\/favicon\/", "unlimitedStorage", "idle" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |