Counter.Station.BZ
See how many visitors are on your site or blog directly in your Google Chrome toolbar.
Counter.Station.BZとは何ですか?
Counter.Station.BZはhttps://counter.station.bzによって開発されたChromeの拡張機能で、その主な機能は「See how many visitors are on your site or blog directly in your Google Chrome toolbar.」です。
拡張機能のスクリーンショット
Counter.Station.BZ拡張機能のCRXファイルをダウンロード
Counter.Station.BZ拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Access Statistics to Your Site or Blog Free Real-Time
With the extension for Google Chrome you see visitors directly from your browser toolbar.
- Do You want to know who is visiting your website or blog?
- Do You want to know which country or city they are visiting?
- Do You want to know browser's information used by your visitor?
Counter.station.bz offers all this and much more for free.
With our models hit counters you know all these real-time information from your visitors. 拡張機能の基本情報
| 名前 | |
| ID | ljgpfccpdfiehhldpjhgajgaiecblckc |
| 公式URL | https://chromewebstore.google.com/detail/counterstationbz/ljgpfccpdfiehhldpjhgajgaiecblckc |
| 説明 | See how many visitors are on your site or blog directly in your Google Chrome toolbar. |
| ファイルサイズ | 11.92 KB |
| インストール数 | 42 |
| 現在のバージョン | 0.9.1 |
| 最終更新日 | 2013-01-24 |
| 公開日 | 2013-01-24 |
| 評価 | 5.00/5 合計 1 レビュー |
| 開発者 | https://counter.station.bz |
| 支払い方法 | free |
| 拡張機能のウェブサイト | http://counter.station.bz |
| 対応言語 | en,es,pt-BR,pt-PT |
| manifest.json | |
{
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Counter.Station.BZ",
"description": "__MSG_extDesc__",
"version": "0.9.1",
"background": {
"page": "background.html"
},
"browser_action": {
"default_icon": "icone48.png",
"default_popup": "popup.html"
},
"icons": {
"16": "icone16.png",
"48": "icone48.png",
"128": "icone128.png"
},
"options_page": "options.html",
"permissions": [
"http:\/\/counter.station.bz\/*",
"tabs"
],
"content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
"default_locale": "en"
} | |