Piwik Stats

An extension to view your Piwik Stats from Google Chrome.

什麼是Piwik Stats?

Piwik Stats是由https://www.bleep.io開發的Chrome擴展程式,該擴展的主要功能是“An extension to view your Piwik Stats from Google Chrome.”。

擴展截圖

screenshot
screenshot

下載Piwik Stats擴展crx文件

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

擴展使用說明

                        A simple extension to view the weekly stats from your Pwiki dashboard. The extension allows you to specify a custom url and api key for your Piwik application.

Features:

- Shows live view of the last 7 days visits
- Shows a badge of current hits over the last 24hrs*

*Updated every 30 minutes.

Source at https://github.com/bleep-io/Piwik-Chrome-Extension                    

擴展基本資訊

名稱 Piwik Stats Piwik Stats
ID fhcnipjonbkpcmhggoppkcnihnickkoe
官方網址 https://chromewebstore.google.com/detail/piwik-stats/fhcnipjonbkpcmhggoppkcnihnickkoe
簡介 An extension to view your Piwik Stats from Google Chrome.
檔案大小 10.79 KB
安裝次數 80
目前版本 2.5
更新時間 2012-12-19
上架時間 2012-12-19
評分 3.67/5 共 3 次評分
開發者 https://www.bleep.io
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Piwik Stats",
    "version": "2.5",
    "options_page": "options.html",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "manifest_version": 2,
    "description": "An extension to view your Piwik Stats from Google Chrome.",
    "permissions": [
        "storage",
        ""
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "48": "icon.png",
        "128": "icon128.png"
    }
}