Page View Counter

You can check your page view counts per day.

Page View Counterとは何ですか?

Page View Counterはsuzuki.noritomoによって開発されたChromeの拡張機能で、その主な機能は「You can check your page view counts per day.」です。

拡張機能のスクリーンショット

screenshot

Page View Counter拡張機能のCRXファイルをダウンロード

Page View Counter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Have you ever thought that how many pages you visit every day?

Page View Counter counts your visit, after you install this application.
And it reset the counts by the day.

In addition, you can check 30 days transition on bar graph.


一日何ページ見てる?が解る「Page View Counter」

「いつもどれくらいページを見てるんだろう?」

そんな事を思った事はありませんか?

Page View Counter を入れておけば常にカウントしてくれます。

日ごとにリセットされ、30日間の経過をグラフで見ることもできます。                    

拡張機能の基本情報

名前 Page View Counter Page View Counter
ID pbffhgellplheapoloifdakppmnbmdkd
公式URL https://chromewebstore.google.com/detail/page-view-counter/pbffhgellplheapoloifdakppmnbmdkd
説明 You can check your page view counts per day.
ファイルサイズ 72.3 KB
インストール数 247
現在のバージョン 0.3
最終更新日 2013-08-20
公開日 2013-08-20
評価 4.00/5 合計 1 レビュー
開発者 suzuki.noritomo
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Page View Counter",
    "version": "0.3",
    "description": "You can check your page view counts per day.",
    "icons": {
        "16": "img\/16.png",
        "48": "img\/48.png",
        "128": "img\/128.png"
    },
    "web_accessible_resources": [
        "img\/nums\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/contentscript.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_title": "Page View Counter",
        "default_icon": "img\/19.png",
        "default_popup": "popup.html"
    }
}