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
官方網址 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"
    }
}