Better English
An extension that helps you to pick the right english phrase to use based on the search engine results.
What is Better English?
Better English is a Chrome extension developed by nganhtuan63, and its main feature is "An extension that helps you to pick the right english phrase to use based on the search engine results.".
Extension Screenshots
Download Better English Extension CRX File
Download Better English extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
An extension that helps you to pick the right english phrase to use based on the search engine results.
Extension Basic Information
Name | |
ID | mdgkndmiobadgmcfmjnlibpckaldiadp |
Official URL | https://chrome.google.com/webstore/detail/better-english/mdgkndmiobadgmcfmjnlibpckaldiadp |
Description | An extension that helps you to pick the right english phrase to use based on the search engine results. |
File Size | 61.67 KB |
Installation Count | 12 |
Current Version | 1.0.0 |
Last Updated | 2013-08-23 |
Publish Date | 2013-08-23 |
Rating | 4.50/5 Total 2 Ratings |
Developer | nganhtuan63 |
Payment Type | free |
Extension Website | http://mr80.net/index.php/better-english |
Help Page URL | http://mr80.net/index.php/better-english |
Supported Languages | 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'" } |