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
公式URL 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
Eメール [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'"
}