Better English
An extension that helps you to pick the right english phrase to use based on the search engine results.
Apa itu Better English?
Better English adalah ekstensi Chrome yang dikembangkan oleh nganhtuan63, dan fitur utamanya adalah "An extension that helps you to pick the right english phrase to use based on the search engine results.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Better English
Unduh file ekstensi Better English dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
An extension that helps you to pick the right english phrase to use based on the search engine results.
Informasi Dasar Ekstensi
Nama | |
ID | mdgkndmiobadgmcfmjnlibpckaldiadp |
URL Resmi | https://chrome.google.com/webstore/detail/better-english/mdgkndmiobadgmcfmjnlibpckaldiadp |
Deskripsi | An extension that helps you to pick the right english phrase to use based on the search engine results. |
Ukuran File | 61.67 KB |
Jumlah Instalasi | 12 |
Versi Saat Ini | 1.0.0 |
Terakhir Diperbarui | 2013-08-23 |
Tanggal Publikasi | 2013-08-23 |
Penilaian | 4.50/5 Total 2 Penilaian |
Pengembang | nganhtuan63 |
Tipe Pembayaran | free |
Situs Ekstensi | http://mr80.net/index.php/better-english |
URL Halaman Bantuan | http://mr80.net/index.php/better-english |
Bahasa yang Didukung | 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'" } |