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.”。

擴展截圖

screenshot

下載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.                    

擴展基本資訊

名稱 Better English Better English
ID mdgkndmiobadgmcfmjnlibpckaldiadp
官方網址 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'"
}