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'" } |