Word Counter Page

This extension counter words from current page

什麼是Word Counter Page?

Word Counter Page是由Adriano Chambel開發的Chrome擴展程式,該擴展的主要功能是“This extension counter words from current page”。

擴展截圖

screenshot

下載Word Counter Page擴展crx文件

下載Word Counter Page擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        You've browsed a page whose text would like to know the most common words?
Well, this extension has this purpose. When you want to count how many words there are in webpage, simply click the Word Counter Page icon. This is especially useful in language learning.                    

擴展基本資訊

名稱 Word Counter Page Word Counter Page
ID hnifbghokmpgedhkgmabjgmehkcmjoao
官方網址 https://chromewebstore.google.com/detail/word-counter-page/hnifbghokmpgedhkgmabjgmehkcmjoao
簡介 This extension counter words from current page
檔案大小 98.81 KB
安裝次數 6,849
目前版本 1.1
更新時間 2016-06-10
上架時間 2016-06-10
評分 4.33/5 共 6 次評分
開發者 Adriano Chambel
電子郵箱 [email protected]
付費類型 free
支援的語言 en,fr,es,pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "default_locale": "pt_BR",
    "version": "1.1",
    "author": "Adriano Chambel M. de Lima ",
    "homepage_url": "https:\/\/github.com\/achambel\/word-counter-page",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "__MSG_defaultTitle__"
    },
    "permissions": [
        "activeTab",
        "tabs"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}