Better English
An extension that helps you to pick the right english phrase to use based on the search engine results.
Co to jest Better English?
Better English to rozszerzenie Chrome opracowane przez nganhtuan63, a jego główną funkcją jest „An extension that helps you to pick the right english phrase to use based on the search engine results.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Better English
Pobierz pliki rozszerzeń Better English w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
An extension that helps you to pick the right english phrase to use based on the search engine results.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | mdgkndmiobadgmcfmjnlibpckaldiadp |
Oficjalny URL | https://chrome.google.com/webstore/detail/better-english/mdgkndmiobadgmcfmjnlibpckaldiadp |
Opis | An extension that helps you to pick the right english phrase to use based on the search engine results. |
Rozmiar pliku | 61.67 KB |
Liczba instalacji | 12 |
Aktualna Wersja | 1.0.0 |
Ostatnia Aktualizacja | 2013-08-23 |
Data Publikacji | 2013-08-23 |
Ocena | 4.50/5 Łącznie 2 Oceny |
Deweloper | nganhtuan63 |
Typ Płatności | free |
Strona Rozszerzenia | http://mr80.net/index.php/better-english |
Adres URL Strony Pomocy | http://mr80.net/index.php/better-english |
Obsługiwane Języki | 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'" } |